#377003

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

Shades of Bilbao #377003

Tints of Bilbao #377003

Color information

#377003 (or 0x377003) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 03. RGB value is (55,112,3). Sum of RGB (Red+Green+Blue) = 55+112+3=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #377003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377003 is #C88FFC. Grayscale: #525252. Windows color (decimal): -13144061 or 225335. OLE color: 225335.

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

Color convert

RGB551123-
CMYK0.5100.970.56
HSL91.38º94.78%22.55%-
HSV(B)91.38º97.32%43.92%-
XYZ7.3912.412.09-
YUV82.5383.12108.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 112 (44.14% from 255) = 65.88%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=32.35%
G=65.88%
B=1.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5511230.5100.970.5691.3894.7822.55
Hex3770333061385b5f17
Octal6716036301417013313727
Binary110111111000011110011011000011110001011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377003; }

 p { color: rgb(55,112,3); }

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

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

 a { background-color: rgb(55,112,3); }

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

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

 span { border-color: rgb(55,112,3); }

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