Html Css Color HEX #396E06 Bilbao

📋 copy color: '#396E06'

red 57 ◦ green 110 ◦ blue 6

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

Shades of Bilbao #396E06

Tints of Bilbao #396E06

RGB

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

 GREEN value IS 110 (43.36% from 255) = 63.58%

 BLUE value IS 6 (2.73% from 255) = 3.47%

R = 32.95%
G = 63.58%
B = 3.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#396E06 (or 0x396E06) is known color: Bilbao. HEX triplet: 39, 6E and 06. RGB value is (57,110,6). Sum of RGB (Red+Green+Blue) = 57+110+6=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 110 (43.36% from 255 or 63.58% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 110 - color contains mainly: green. Hex color #396E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396E06 is #C691F9. Grayscale: #525252. Windows color (decimal): -13013498 or 421433. OLE color: 421433.

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

Color convert

RGB 57 110 6 -
CMYK 0.48 0 0.95 0.57
HSL 90.58º 0.9% 0.23% -
HSV(B) 90.58º 0.95% 0.43% -
XYZ 7.3 12.03 2.11 -
YUV 82.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 57 110 6 0.48 0 0.95 0.57 90.58 0.9 0.23
Hex 39 6E 6 30 0 5F 39 5B 5A 17
Octal 71 156 6 60 0 137 71 133 132 27
Binary 111001 1101110 110 110000 0 1011111 111001 1011011 1011010 10111

Color Harmonies of #396E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E06

Black with #396E06

Text Example


Text Example

White with #396E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,6); }

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

background-color css

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

 a { background-color: rgb(57,110,6); }

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

border-color css

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

 span { border-color: rgb(57,110,6); }

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