Html Css Color HEX #396B18 Bilbao

📋 copy color: '#396B18'

red 57 ◦ green 107 ◦ blue 24

#396B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #396B18

Tints of Bilbao #396B18

RGB

 RED value IS 57 (22.66% from 255) = 30.32%

 GREEN value IS 107 (42.19% from 255) = 56.91%

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 30.32%
G = 56.91%
B = 12.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#396B18 (or 0x396B18) is known color: Bilbao. HEX triplet: 39, 6B and 18. RGB value is (57,107,24). Sum of RGB (Red+Green+Blue) = 57+107+24=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #396B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B18 is #C694E7. Grayscale: #525252. Windows color (decimal): -13014248 or 1600313. OLE color: 1600313.

HSL color Cylindrical-coordinate representation of color #396B18: hue angle of 96.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #396B18 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 24 -
CMYK 0.47 0 0.78 0.58
HSL 96.14º 0.63% 0.26% -
HSV(B) 96.14º 0.78% 0.42% -
XYZ 7.11 11.45 2.7 -
YUV 82.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 57 107 24 0.47 0 0.78 0.58 96.14 0.63 0.26
Hex 39 6B 18 2F 0 4E 3A 60 3F 1A
Octal 71 153 30 57 0 116 72 140 77 32
Binary 111001 1101011 11000 101111 0 1001110 111010 1100000 111111 11010

Color Harmonies of #396B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B18

Black with #396B18

Text Example


Text Example

White with #396B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396B18; }

 p { color: rgb(57,107,24); }

 H1.HeaderClassName
 {
   color: #396B18;
 }
 .AnyTagClassName
 {
   color: #396B18;
 }
</style>

background-color css

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

 a { background-color: rgb(57,107,24); }

 div.DivClassName
 {
   background-color: #396B18;
 }
 .BgClassName
 {
   background-color: #396B18;
 }
</style>

border-color css

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

 span { border-color: rgb(57,107,24); }

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