#377607

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

Shades of Bilbao #377607

Tints of Bilbao #377607

Color information

#377607 (or 0x377607) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 07. RGB value is (55,118,7). Sum of RGB (Red+Green+Blue) = 55+118+7=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 118 (46.48% from 255 or 65.56% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 118 - color contains mainly: green. Hex color #377607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377607 is #C889F8. Grayscale: #565656. Windows color (decimal): -13142521 or 489015. OLE color: 489015.

HSL color Cylindrical-coordinate representation of color #377607: hue angle of 94.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #377607 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB551187-
CMYK0.5300.940.54
HSL94.05º88.8%24.51%-
HSV(B)94.05º94.07%46.27%-
XYZ8.0913.782.44-
YUV86.5183.13105.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 118 (46.48% from 255) = 65.56%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=30.56%
G=65.56%
B=3.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5511870.5300.940.5494.0588.824.51
Hex377673505E365e5919
Octal6716676501366613613131
Binary1101111110110111110101010111101101101011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377607; }

 p { color: rgb(55,118,7); }

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

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

 a { background-color: rgb(55,118,7); }

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

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

 span { border-color: rgb(55,118,7); }

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