Html Css Color HEX #396D14 Bilbao

📋 copy color: '#396D14'

red 57 ◦ green 109 ◦ blue 20

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

Shades of Bilbao #396D14

Tints of Bilbao #396D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 30.65%
G = 58.6%
B = 10.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#396D14 (or 0x396D14) is known color: Bilbao. HEX triplet: 39, 6D and 14. RGB value is (57,109,20). Sum of RGB (Red+Green+Blue) = 57+109+20=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #396D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D14 is #C692EB. Grayscale: #535353. Windows color (decimal): -13013740 or 1338681. OLE color: 1338681.

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

Color convert

RGB 57 109 20 -
CMYK 0.48 0 0.82 0.57
HSL 95.06º 0.69% 0.25% -
HSV(B) 95.06º 0.82% 0.43% -
XYZ 7.28 11.86 2.57 -
YUV 83.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 57 109 20 0.48 0 0.82 0.57 95.06 0.69 0.25
Hex 39 6D 14 30 0 52 39 5F 45 19
Octal 71 155 24 60 0 122 71 137 105 31
Binary 111001 1101101 10100 110000 0 1010010 111001 1011111 1000101 11001

Color Harmonies of #396D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D14

Black with #396D14

Text Example


Text Example

White with #396D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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