#377025

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

Shades of Bilbao #377025

Tints of Bilbao #377025

Color information

#377025 (or 0x377025) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 25. RGB value is (55,112,37). Sum of RGB (Red+Green+Blue) = 55+112+37=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #377025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377025 is #C88FDA. Grayscale: #565656. Windows color (decimal): -13144027 or 2453559. OLE color: 2453559.

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

Color convert

RGB5511237-
CMYK0.5100.670.56
HSL105.6º50.34%29.22%-
HSV(B)105.6º66.96%43.92%-
XYZ7.712.533.76-
YUV86.41100.12105.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=26.96%
G=54.90%
B=18.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112370.5100.670.56105.650.3429.22
Hex37702533043386a321d
Octal6716045630103701526235
Binary110111111000010010111001101000011111000110101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377025; }

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

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

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

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

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

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

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

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