#398431

Color #398431 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #398431

Tints of Bilbao #398431

Color information

#398431 (or 0x398431) is unknown color: approx Bilbao. HEX triplet: 39, 84 and 31. RGB value is (57,132,49). Sum of RGB (Red+Green+Blue) = 57+132+49=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #398431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398431 is #C67BCE. Grayscale: #646464. Windows color (decimal): -13007823 or 3245113. OLE color: 3245113.

HSL color Cylindrical-coordinate representation of color #398431: hue angle of 114.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398431 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB5713249-
CMYK0.5700.630.48
HSL114.22º45.86%35.49%-
HSV(B)114.22º62.88%51.76%-
XYZ10.4917.595.75-
YUV100.1199.1597.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 132 (51.95% from 255) = 55.46%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=23.95%
G=55.46%
B=20.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132490.5700.630.48114.2245.8635.49
Hex3984313903F30722e23
Octal712046171077601625643
Binary1110011000010011000111100101111111100001110010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398431; }

 p { color: rgb(57,132,49); }

 H1.HeaderClassName
 {
   color: #398431;
 }
 .AnyTagClassName
 {
   color: #398431;
 }
</style>
background-color css

<style>
 a { background-color: #398431; }

 a { background-color: rgb(57,132,49); }

 div.DivClassName
 {
   background-color: #398431;
 }
 .BgClassName
 {
   background-color: #398431;
 }
</style>
border-color css

<style>
 span { border-color: #398431; }

 span { border-color: rgb(57,132,49); }

 td.TdClassName
 {
   border-color: #398431;
 }
 .TagClassName
 {
   border-color: #398431;
 }
</style>