Html Css Color HEX #376F11 Bilbao

📋 copy color: '#376F11'

red 55 ◦ green 111 ◦ blue 17

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

Shades of Bilbao #376F11

Tints of Bilbao #376F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 30.05%
G = 60.66%
B = 9.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#376F11 (or 0x376F11) is known color: Bilbao. HEX triplet: 37, 6F and 11. RGB value is (55,111,17). Sum of RGB (Red+Green+Blue) = 55+111+17=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #376F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F11 is #C890EE. Grayscale: #535353. Windows color (decimal): -13144303 or 1142583. OLE color: 1142583.

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

Color convert

RGB 55 111 17 -
CMYK 0.50 0 0.85 0.56
HSL 95.74º 0.73% 0.25% -
HSV(B) 95.74º 0.85% 0.44% -
XYZ 7.36 12.22 2.5 -
YUV 83.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 55 111 17 0.50 0 0.85 0.56 95.74 0.73 0.25
Hex 37 6F 11 32 0 55 38 60 49 19
Octal 67 157 21 62 0 125 70 140 111 31
Binary 110111 1101111 10001 110010 0 1010101 111000 1100000 1001001 11001

Color Harmonies of #376F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F11

Black with #376F11

Text Example


Text Example

White with #376F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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