#257506

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

Shades of Bilbao #257506

Tints of Bilbao #257506

Color information

#257506 (or 0x257506) is unknown color: approx Bilbao. HEX triplet: 25, 75 and 06. RGB value is (37,117,6). Sum of RGB (Red+Green+Blue) = 37+117+6=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #257506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257506 is #DA8AF9. Grayscale: #505050. Windows color (decimal): -14322426 or 423205. OLE color: 423205.

HSL color Cylindrical-coordinate representation of color #257506: hue angle of 103.24º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #257506 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB371176-
CMYK0.6800.950.54
HSL103.24º90.24%24.12%-
HSV(B)103.24º94.87%45.88%-
XYZ7.1613.132.33-
YUV80.438697.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 117 (46.09% from 255) = 73.12%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=23.12%
G=73.12%
B=3.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3711760.6800.950.54103.2490.2424.12
Hex257564405F36675a18
Octal45165610401376614713230
Binary10010111101011101000100010111111101101100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257506; }

 p { color: rgb(37,117,6); }

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

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

 a { background-color: rgb(37,117,6); }

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

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

 span { border-color: rgb(37,117,6); }

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