#257D6E

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

Shades of Genoa #257D6E

Tints of Genoa #257D6E

Color information

#257D6E (or 0x257D6E) is unknown color: approx Genoa. HEX triplet: 25, 7D and 6E. RGB value is (37,125,110). Sum of RGB (Red+Green+Blue) = 37+125+110=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #257D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D6E is #DA8291. Grayscale: #606060. Windows color (decimal): -14320274 or 7240997. OLE color: 7240997.

HSL color Cylindrical-coordinate representation of color #257D6E: hue angle of 169.77º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D6E is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB37125110-
CMYK0.7000.120.51
HSL169.77º54.32%31.76%-
HSV(B)169.77º70.4%49.02%-
XYZ10.9116.1917.3-
YUV96.98135.3585.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=13.60%
G=45.96%
B=40.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371251100.7000.120.51169.7754.3231.76
Hex257D6E460C33aa3620
Octal45175156106014632526640
Binary1001011111101110111010001100110011001110101010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257D6E; }

 p { color: rgb(37,125,110); }

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

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

 a { background-color: rgb(37,125,110); }

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

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

 span { border-color: rgb(37,125,110); }

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