Html Css Color HEX #396C18 Bilbao

📋 copy color: '#396C18'

red 57 ◦ green 108 ◦ blue 24

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

Shades of Bilbao #396C18

Tints of Bilbao #396C18

RGB

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

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

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

R = 30.16%
G = 57.14%
B = 12.7%

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

#396C18 (or 0x396C18) is known color: Bilbao. HEX triplet: 39, 6C and 18. RGB value is (57,108,24). Sum of RGB (Red+Green+Blue) = 57+108+24=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #396C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C18 is #C693E7. Grayscale: #535353. Windows color (decimal): -13013992 or 1600569. OLE color: 1600569.

HSL color Cylindrical-coordinate representation of color #396C18: hue angle of 96.43º degrees, saturation: 0.64, 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 #396C18 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 24 -
CMYK 0.47 0 0.78 0.58
HSL 96.43º 0.64% 0.26% -
HSV(B) 96.43º 0.78% 0.42% -
XYZ 7.21 11.66 2.73 -
YUV 83.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 57 108 24 0.47 0 0.78 0.58 96.43 0.64 0.26
Hex 39 6C 18 2F 0 4E 3A 60 40 1A
Octal 71 154 30 57 0 116 72 140 100 32
Binary 111001 1101100 11000 101111 0 1001110 111010 1100000 1000000 11010

Color Harmonies of #396C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C18

Black with #396C18

Text Example


Text Example

White with #396C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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