#257666

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

Shades of Genoa #257666

Tints of Genoa #257666

Color information

#257666 (or 0x257666) is unknown color: approx Genoa. HEX triplet: 25, 76 and 66. RGB value is (37,118,102). Sum of RGB (Red+Green+Blue) = 37+118+102=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #257666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257666 is #DA8999. Grayscale: #5B5B5B. Windows color (decimal): -14322074 or 6714917. OLE color: 6714917.

HSL color Cylindrical-coordinate representation of color #257666: hue angle of 168.15º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257666 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB37118102-
CMYK0.6900.140.54
HSL168.15º52.26%30.39%-
HSV(B)168.15º68.64%46.27%-
XYZ9.6414.3114.82-
YUV91.96133.6688.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=14.40%
G=45.91%
B=39.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371181020.6900.140.54168.1552.2630.39
Hex257666450E36a8341e
Octal45166146105016662506436
Binary100101111011011001101000101011101101101010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257666; }

 p { color: rgb(37,118,102); }

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

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

 a { background-color: rgb(37,118,102); }

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

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

 span { border-color: rgb(37,118,102); }

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