Html Css Color HEX #396D12 Bilbao

📋 copy color: '#396D12'

red 57 ◦ green 109 ◦ blue 18

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

Shades of Bilbao #396D12

Tints of Bilbao #396D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 59.24%

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

R = 30.98%
G = 59.24%
B = 9.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#396D12 (or 0x396D12) is known color: Bilbao. HEX triplet: 39, 6D and 12. RGB value is (57,109,18). Sum of RGB (Red+Green+Blue) = 57+109+18=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #396D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D12 is #C692ED. Grayscale: #535353. Windows color (decimal): -13013742 or 1207609. OLE color: 1207609.

HSL color Cylindrical-coordinate representation of color #396D12: hue angle of 94.29º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #396D12 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 18 -
CMYK 0.48 0 0.83 0.57
HSL 94.29º 0.72% 0.25% -
HSV(B) 94.29º 0.83% 0.43% -
XYZ 7.27 11.85 2.48 -
YUV 83.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 57 109 18 0.48 0 0.83 0.57 94.29 0.72 0.25
Hex 39 6D 12 30 0 53 39 5E 48 19
Octal 71 155 22 60 0 123 71 136 110 31
Binary 111001 1101101 10010 110000 0 1010011 111001 1011110 1001000 11001

Color Harmonies of #396D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D12

Black with #396D12

Text Example


Text Example

White with #396D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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