Html Css Color HEX #396C11 Bilbao

📋 copy color: '#396C11'

red 57 ◦ green 108 ◦ blue 17

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

Shades of Bilbao #396C11

Tints of Bilbao #396C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 59.34%

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

R = 31.32%
G = 59.34%
B = 9.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#396C11 (or 0x396C11) is known color: Bilbao. HEX triplet: 39, 6C and 11. RGB value is (57,108,17). Sum of RGB (Red+Green+Blue) = 57+108+17=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #396C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C11 is #C693EE. Grayscale: #525252. Windows color (decimal): -13013999 or 1141817. OLE color: 1141817.

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

Color convert

RGB 57 108 17 -
CMYK 0.47 0 0.84 0.58
HSL 93.63º 0.73% 0.25% -
HSV(B) 93.63º 0.84% 0.42% -
XYZ 7.15 11.64 2.4 -
YUV 82.38 91.1 109.9 -
System Red Green Blue C M Y K H S L
Decimal 57 108 17 0.47 0 0.84 0.58 93.63 0.73 0.25
Hex 39 6C 11 2F 0 54 3A 5E 49 19
Octal 71 154 21 57 0 124 72 136 111 31
Binary 111001 1101100 10001 101111 0 1010100 111010 1011110 1001001 11001

Color Harmonies of #396C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C11

Black with #396C11

Text Example


Text Example

White with #396C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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