#257305

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

Shades of Bilbao #257305

Tints of Bilbao #257305

Color information

#257305 (or 0x257305) is unknown color: approx Bilbao. HEX triplet: 25, 73 and 05. RGB value is (37,115,5). Sum of RGB (Red+Green+Blue) = 37+115+5=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #257305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257305 is #DA8CFA. Grayscale: #4F4F4F. Windows color (decimal): -14322939 or 357157. OLE color: 357157.

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

Color convert

RGB371155-
CMYK0.6800.960.55
HSL102.55º91.67%23.53%-
HSV(B)102.55º95.65%45.1%-
XYZ6.9212.672.22-
YUV79.1486.1697.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 115 (45.31% from 255) = 73.25%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=23.57%
G=73.25%
B=3.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3711550.6800.960.55102.5591.6723.53
Hex257354406037675c18
Octal45163510401406714713430
Binary10010111100111011000100011000001101111100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257305; }

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

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

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

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

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

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

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

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