#257302

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

Shades of Bilbao #257302

Tints of Bilbao #257302

Color information

#257302 (or 0x257302) is unknown color: approx Bilbao. HEX triplet: 25, 73 and 02. RGB value is (37,115,2). Sum of RGB (Red+Green+Blue) = 37+115+2=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #257302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257302 is #DA8CFD. Grayscale: #4F4F4F. Windows color (decimal): -14322942 or 160549. OLE color: 160549.

HSL color Cylindrical-coordinate representation of color #257302: hue angle of 101.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #257302 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB371152-
CMYK0.6800.980.55
HSL101.42º96.58%22.94%-
HSV(B)101.42º98.26%45.1%-
XYZ6.912.662.14-
YUV78.884.6698.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 115 (45.31% from 255) = 74.68%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=24.03%
G=74.68%
B=1.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3711520.6800.980.55101.4296.5822.94
Hex257324406237656117
Octal45163210401426714514127
Binary1001011110011101000100011000101101111100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257302; }

 p { color: rgb(37,115,2); }

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

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

 a { background-color: rgb(37,115,2); }

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

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

 span { border-color: rgb(37,115,2); }

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