Html Css Color HEX #396D11 Bilbao

📋 copy color: '#396D11'

red 57 ◦ green 109 ◦ blue 17

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

Shades of Bilbao #396D11

Tints of Bilbao #396D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 31.15%
G = 59.56%
B = 9.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#396D11 (or 0x396D11) is known color: Bilbao. HEX triplet: 39, 6D and 11. RGB value is (57,109,17). Sum of RGB (Red+Green+Blue) = 57+109+17=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #396D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D11 is #C692EE. Grayscale: #535353. Windows color (decimal): -13013743 or 1142073. OLE color: 1142073.

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

Color convert

RGB 57 109 17 -
CMYK 0.48 0 0.84 0.57
HSL 93.91º 0.73% 0.25% -
HSV(B) 93.91º 0.84% 0.43% -
XYZ 7.26 11.85 2.43 -
YUV 82.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 57 109 17 0.48 0 0.84 0.57 93.91 0.73 0.25
Hex 39 6D 11 30 0 54 39 5E 49 19
Octal 71 155 21 60 0 124 71 136 111 31
Binary 111001 1101101 10001 110000 0 1010100 111001 1011110 1001001 11001

Color Harmonies of #396D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D11

Black with #396D11

Text Example


Text Example

White with #396D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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