#257204

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

Shades of Bilbao #257204

Tints of Bilbao #257204

Color information

#257204 (or 0x257204) is unknown color: approx Bilbao. HEX triplet: 25, 72 and 04. RGB value is (37,114,4). Sum of RGB (Red+Green+Blue) = 37+114+4=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #257204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257204 is #DA8DFB. Grayscale: #4E4E4E. Windows color (decimal): -14323196 or 291365. OLE color: 291365.

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

Color convert

RGB371144-
CMYK0.6800.960.55
HSL102º93.22%23.14%-
HSV(B)102º96.49%44.71%-
XYZ6.812.442.16-
YUV78.4485.9998.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=23.87%
G=73.55%
B=2.58%

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
Decimal3711440.6800.960.5510293.2223.14
Hex257244406037665d17
Octal45162410401406714613527
Binary10010111100101001000100011000001101111100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257204; }

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

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

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

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

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

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

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

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