#257001

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

Shades of Bilbao #257001

Tints of Bilbao #257001

Color information

#257001 (or 0x257001) is unknown color: approx Bilbao. HEX triplet: 25, 70 and 01. RGB value is (37,112,1). Sum of RGB (Red+Green+Blue) = 37+112+1=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #257001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257001 is #DA8FFE. Grayscale: #4D4D4D. Windows color (decimal): -14323711 or 94245. OLE color: 94245.

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

Color convert

RGB371121-
CMYK0.6700.990.56
HSL100.54º98.23%22.16%-
HSV(B)100.54º99.11%43.92%-
XYZ6.5611.982-
YUV76.9285.1599.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 112 (44.14% from 255) = 74.67%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=24.67%
G=74.67%
B=0.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3711210.6700.990.56100.5498.2322.16
Hex257014306338656216
Octal45160110301437014514226
Binary100101111000011000011011000111110001100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257001; }

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

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

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

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

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

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

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

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