#257365

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

Shades of Genoa #257365

Tints of Genoa #257365

Color information

#257365 (or 0x257365) is unknown color: approx Genoa. HEX triplet: 25, 73 and 65. RGB value is (37,115,101). Sum of RGB (Red+Green+Blue) = 37+115+101=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #257365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257365 is #DA8C9A. Grayscale: #5A5A5A. Windows color (decimal): -14322843 or 6648613. OLE color: 6648613.

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

Color convert

RGB37115101-
CMYK0.6800.120.55
HSL169.23º51.32%29.8%-
HSV(B)169.23º67.83%45.1%-
XYZ9.2413.5914.45-
YUV90.08134.1690.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=14.62%
G=45.45%
B=39.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371151010.6800.120.55169.2351.3229.8
Hex257365440C37a9331e
Octal45163145104014672516336
Binary100101111001111001011000100011001101111010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257365; }

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

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

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

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

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

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

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

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