#377925

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

Shades of Bilbao #377925

Tints of Bilbao #377925

Color information

#377925 (or 0x377925) is unknown color: approx Bilbao. HEX triplet: 37, 79 and 25. RGB value is (55,121,37). Sum of RGB (Red+Green+Blue) = 55+121+37=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #377925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377925 is #C886DA. Grayscale: #5B5B5B. Windows color (decimal): -13141723 or 2455863. OLE color: 2455863.

HSL color Cylindrical-coordinate representation of color #377925: hue angle of 107.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377925 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB5512137-
CMYK0.5500.690.53
HSL107.14º53.16%30.98%-
HSV(B)107.14º69.42%47.45%-
XYZ8.7514.624.11-
YUV91.6997.13101.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 121 (47.66% from 255) = 56.81%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=25.82%
G=56.81%
B=17.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121370.5500.690.53107.1453.1630.98
Hex37792537045356b351f
Octal6717145670105651536537
Binary110111111100110010111011101000101110101110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377925; }

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

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

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

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

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

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

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

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