#257206

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

Shades of Bilbao #257206

Tints of Bilbao #257206

Color information

#257206 (or 0x257206) is unknown color: approx Bilbao. HEX triplet: 25, 72 and 06. RGB value is (37,114,6). Sum of RGB (Red+Green+Blue) = 37+114+6=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #257206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257206 is #DA8DF9. Grayscale: #4F4F4F. Windows color (decimal): -14323194 or 422437. OLE color: 422437.

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

Color convert

RGB371146-
CMYK0.6800.950.55
HSL102.78º90%23.53%-
HSV(B)102.78º94.74%44.71%-
XYZ6.8112.442.21-
YUV78.6686.9998.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 114 (44.92% from 255) = 72.61%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=23.57%
G=72.61%
B=3.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3711460.6800.950.55102.789023.53
Hex257264405F37675a18
Octal45162610401376714713230
Binary10010111100101101000100010111111101111100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257206; }

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

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

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

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

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

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

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

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