#376D22

Color #376D22 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #376D22

Tints of Bilbao #376D22

Color information

#376D22 (or 0x376D22) is unknown color: approx Bilbao. HEX triplet: 37, 6D and 22. RGB value is (55,109,34). Sum of RGB (Red+Green+Blue) = 55+109+34=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #376D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D22 is #C892DD. Grayscale: #545454. Windows color (decimal): -13144798 or 2256183. OLE color: 2256183.

HSL color Cylindrical-coordinate representation of color #376D22: hue angle of 103.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376D22 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB5510934-
CMYK0.5000.690.57
HSL103.2º52.45%28.04%-
HSV(B)103.2º68.81%42.75%-
XYZ7.3311.863.42-
YUV84.399.61107.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 109 (42.97% from 255) = 55.05%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=27.78%
G=55.05%
B=17.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55109340.5000.690.57103.252.4528.04
Hex376D22320453967341c
Octal6715542620105711476434
Binary110111110110110001011001001000101111001110011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,109,34); }

 H1.HeaderClassName
 {
   color: #376D22;
 }
 .AnyTagClassName
 {
   color: #376D22;
 }
</style>
background-color css

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

 a { background-color: rgb(55,109,34); }

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

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

 span { border-color: rgb(55,109,34); }

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