Html Css Color HEX #376F06 Bilbao

📋 copy color: '#376F06'

red 55 ◦ green 111 ◦ blue 6

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

Shades of Bilbao #376F06

Tints of Bilbao #376F06

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

 GREEN value IS 111 (43.75% from 255) = 64.53%

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

R = 31.98%
G = 64.53%
B = 3.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#376F06 (or 0x376F06) is known color: Bilbao. HEX triplet: 37, 6F and 06. RGB value is (55,111,6). Sum of RGB (Red+Green+Blue) = 55+111+6=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #376F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F06 is #C890F9. Grayscale: #525252. Windows color (decimal): -13144314 or 421687. OLE color: 421687.

HSL color Cylindrical-coordinate representation of color #376F06: hue angle of 92º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #376F06 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 6 -
CMYK 0.50 0 0.95 0.56
HSL 92º 0.9% 0.23% -
HSV(B) 92º 0.95% 0.44% -
XYZ 7.29 12.19 2.14 -
YUV 82.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 55 111 6 0.50 0 0.95 0.56 92 0.9 0.23
Hex 37 6F 6 32 0 5F 38 5C 5A 17
Octal 67 157 6 62 0 137 70 134 132 27
Binary 110111 1101111 110 110010 0 1011111 111000 1011100 1011010 10111

Color Harmonies of #376F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F06

Black with #376F06

Text Example


Text Example

White with #376F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F06; }

 p { color: rgb(55,111,6); }

 H1.HeaderClassName
 {
   color: #376F06;
 }
 .AnyTagClassName
 {
   color: #376F06;
 }
</style>

background-color css

<style>
 a { background-color: #376F06; }

 a { background-color: rgb(55,111,6); }

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

border-color css

<style>
 span { border-color: #376F06; }

 span { border-color: rgb(55,111,6); }

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