#257468

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

Shades of Genoa #257468

Tints of Genoa #257468

Color information

#257468 (or 0x257468) is unknown color: approx Genoa. HEX triplet: 25, 74 and 68. RGB value is (37,116,104). Sum of RGB (Red+Green+Blue) = 37+116+104=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #257468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257468 is #DA8B97. Grayscale: #5A5A5A. Windows color (decimal): -14322584 or 6845477. OLE color: 6845477.

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

Color convert

RGB37116104-
CMYK0.6800.100.55
HSL170.89º51.63%30%-
HSV(B)170.89º68.1%45.49%-
XYZ9.5113.8815.28-
YUV91.01135.3389.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=14.40%
G=45.14%
B=40.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371161040.6800.100.55170.8951.6330
Hex257468440A37ab341e
Octal45164150104012672536436
Binary100101111010011010001000100010101101111010101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257468; }

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

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

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

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

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

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

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

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