#257362

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

Shades of Genoa #257362

Tints of Genoa #257362

Color information

#257362 (or 0x257362) is unknown color: approx Genoa. HEX triplet: 25, 73 and 62. RGB value is (37,115,98). Sum of RGB (Red+Green+Blue) = 37+115+98=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #257362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257362 is #DA8C9D. Grayscale: #595959. Windows color (decimal): -14322846 or 6452005. OLE color: 6452005.

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

Color convert

RGB3711598-
CMYK0.6800.150.55
HSL166.92º51.32%29.8%-
HSV(B)166.92º67.83%45.1%-
XYZ9.113.5413.69-
YUV89.74132.6690.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=14.8%
G=46%
B=39.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115980.6800.150.55166.9251.3229.8
Hex257362440F37a7331e
Octal45163142104017672476336
Binary100101111001111000101000100011111101111010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257362; }

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

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

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

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

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

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

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

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