#257466

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

Shades of Genoa #257466

Tints of Genoa #257466

Color information

#257466 (or 0x257466) is unknown color: approx Genoa. HEX triplet: 25, 74 and 66. RGB value is (37,116,102). Sum of RGB (Red+Green+Blue) = 37+116+102=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #257466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257466 is #DA8B99. Grayscale: #5A5A5A. Windows color (decimal): -14322586 or 6714405. OLE color: 6714405.

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

Color convert

RGB37116102-
CMYK0.6800.120.55
HSL169.37º51.63%30%-
HSV(B)169.37º68.1%45.49%-
XYZ9.4113.8414.75-
YUV90.78134.3389.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 102 (40.23% from 255) = 40%
R=14.51%
G=45.49%
B=40%

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
Decimal371161020.6800.120.55169.3751.6330
Hex257466440C37a9341e
Octal45164146104014672516436
Binary100101111010011001101000100011001101111010100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257466; }

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

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

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

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

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

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

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

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