Html Css Color HEX #396B12 Bilbao

📋 copy color: '#396B12'

red 57 ◦ green 107 ◦ blue 18

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

Shades of Bilbao #396B12

Tints of Bilbao #396B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 31.32%
G = 58.79%
B = 9.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#396B12 (or 0x396B12) is known color: Bilbao. HEX triplet: 39, 6B and 12. RGB value is (57,107,18). Sum of RGB (Red+Green+Blue) = 57+107+18=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #396B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B12 is #C694ED. Grayscale: #525252. Windows color (decimal): -13014254 or 1207097. OLE color: 1207097.

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

Color convert

RGB 57 107 18 -
CMYK 0.47 0 0.83 0.58
HSL 93.71º 0.71% 0.25% -
HSV(B) 93.71º 0.83% 0.42% -
XYZ 7.05 11.43 2.41 -
YUV 81.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 57 107 18 0.47 0 0.83 0.58 93.71 0.71 0.25
Hex 39 6B 12 2F 0 53 3A 5E 47 19
Octal 71 153 22 57 0 123 72 136 107 31
Binary 111001 1101011 10010 101111 0 1010011 111010 1011110 1000111 11001

Color Harmonies of #396B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B12

Black with #396B12

Text Example


Text Example

White with #396B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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