#257405

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

Shades of Bilbao #257405

Tints of Bilbao #257405

Color information

#257405 (or 0x257405) is unknown color: approx Bilbao. HEX triplet: 25, 74 and 05. RGB value is (37,116,5). Sum of RGB (Red+Green+Blue) = 37+116+5=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #257405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257405 is #DA8BFA. Grayscale: #505050. Windows color (decimal): -14322683 or 357413. OLE color: 357413.

HSL color Cylindrical-coordinate representation of color #257405: hue angle of 102.7º 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 #257405 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB371165-
CMYK0.6800.960.55
HSL102.7º91.74%23.73%-
HSV(B)102.7º95.69%45.49%-
XYZ7.0412.92.26-
YUV79.7285.8397.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 116 (45.70% from 255) = 73.42%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=23.42%
G=73.42%
B=3.16%

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
Decimal3711650.6800.960.55102.791.7423.73
Hex257454406037675c18
Octal45164510401406714713430
Binary10010111101001011000100011000001101111100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257405; }

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

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

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

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

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

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

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

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