Html Css Color HEX #376E16 Bilbao

📋 copy color: '#376E16'

red 55 ◦ green 110 ◦ blue 22

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

Shades of Bilbao #376E16

Tints of Bilbao #376E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 29.41%
G = 58.82%
B = 11.76%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#376E16 (or 0x376E16) is known color: Bilbao. HEX triplet: 37, 6E and 16. RGB value is (55,110,22). Sum of RGB (Red+Green+Blue) = 55+110+22=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 110 (43.36% from 255 or 58.82% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 110 - color contains mainly: green. Hex color #376E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376E16 is #C891E9. Grayscale: #535353. Windows color (decimal): -13144554 or 1470007. OLE color: 1470007.

HSL color Cylindrical-coordinate representation of color #376E16: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #376E16 is Cyan = 0.5, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 110 22 -
CMYK 0.5 0 0.8 0.57
HSL 97.5º 0.67% 0.26% -
HSV(B) 97.5º 0.8% 0.43% -
XYZ 7.3 12.02 2.69 -
YUV 83.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 55 110 22 0.5 0 0.8 0.57 97.5 0.67 0.26
Hex 37 6E 16 32 0 50 39 62 43 1A
Octal 67 156 26 62 0 120 71 142 103 32
Binary 110111 1101110 10110 110010 0 1010000 111001 1100010 1000011 11010

Color Harmonies of #376E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E16

Black with #376E16

Text Example


Text Example

White with #376E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,22); }

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

background-color css

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

 a { background-color: rgb(55,110,22); }

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

border-color css

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

 span { border-color: rgb(55,110,22); }

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