#257363

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

Shades of Genoa #257363

Tints of Genoa #257363

Color information

#257363 (or 0x257363) is unknown color: approx Genoa. HEX triplet: 25, 73 and 63. RGB value is (37,115,99). Sum of RGB (Red+Green+Blue) = 37+115+99=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #257363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257363 is #DA8C9C. Grayscale: #595959. Windows color (decimal): -14322845 or 6517541. OLE color: 6517541.

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

Color convert

RGB3711599-
CMYK0.6800.140.55
HSL167.69º51.32%29.8%-
HSV(B)167.69º67.83%45.1%-
XYZ9.1513.5613.94-
YUV89.85133.1690.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=14.74%
G=45.82%
B=39.44%

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
Decimal37115990.6800.140.55167.6951.3229.8
Hex257363440E37a8331e
Octal45163143104016672506336
Binary100101111001111000111000100011101101111010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257363; }

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

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

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

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

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

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

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

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