#257262

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

Shades of Genoa #257262

Tints of Genoa #257262

Color information

#257262 (or 0x257262) is unknown color: approx Genoa. HEX triplet: 25, 72 and 62. RGB value is (37,114,98). Sum of RGB (Red+Green+Blue) = 37+114+98=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #257262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257262 is #DA8D9D. Grayscale: #595959. Windows color (decimal): -14323102 or 6451749. OLE color: 6451749.

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

Color convert

RGB3711498-
CMYK0.6800.140.55
HSL167.53º50.99%29.61%-
HSV(B)167.53º67.54%44.71%-
XYZ8.9813.3113.65-
YUV89.15132.9990.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=14.86%
G=45.78%
B=39.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114980.6800.140.55167.5350.9929.61
Hex257262440E37a8331e
Octal45162142104016672506336
Binary100101111001011000101000100011101101111010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257262; }

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

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

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

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

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

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

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

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