Html Css Color HEX #376F08 Bilbao

📋 copy color: '#376F08'

red 55 ◦ green 111 ◦ blue 8

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

Shades of Bilbao #376F08

Tints of Bilbao #376F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 31.61%
G = 63.79%
B = 4.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#376F08 (or 0x376F08) is known color: Bilbao. HEX triplet: 37, 6F and 08. RGB value is (55,111,8). Sum of RGB (Red+Green+Blue) = 55+111+8=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #376F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F08 is #C890F7. Grayscale: #525252. Windows color (decimal): -13144312 or 552759. OLE color: 552759.

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

Color convert

RGB 55 111 8 -
CMYK 0.50 0 0.93 0.56
HSL 92.62º 0.87% 0.23% -
HSV(B) 92.62º 0.93% 0.44% -
XYZ 7.3 12.2 2.2 -
YUV 82.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 55 111 8 0.50 0 0.93 0.56 92.62 0.87 0.23
Hex 37 6F 8 32 0 5D 38 5D 57 17
Octal 67 157 10 62 0 135 70 135 127 27
Binary 110111 1101111 1000 110010 0 1011101 111000 1011101 1010111 10111

Color Harmonies of #376F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F08

Black with #376F08

Text Example


Text Example

White with #376F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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