#257C6C

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

Shades of Genoa #257C6C

Tints of Genoa #257C6C

Color information

#257C6C (or 0x257C6C) is unknown color: approx Genoa. HEX triplet: 25, 7C and 6C. RGB value is (37,124,108). Sum of RGB (Red+Green+Blue) = 37+124+108=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #257C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C6C is #DA8393. Grayscale: #606060. Windows color (decimal): -14320532 or 7109669. OLE color: 7109669.

HSL color Cylindrical-coordinate representation of color #257C6C: hue angle of 168.97º 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 #257C6C is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB37124108-
CMYK0.7000.130.51
HSL168.97º54.04%31.57%-
HSV(B)168.97º70.16%48.63%-
XYZ10.6815.8916.69-
YUV96.16134.6885.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=13.75%
G=46.10%
B=40.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371241080.7000.130.51168.9754.0431.57
Hex257C6C460D33a93620
Octal45174154106015632516640
Binary1001011111100110110010001100110111001110101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,124,108); }

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

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

 a { background-color: rgb(37,124,108); }

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

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

 span { border-color: rgb(37,124,108); }

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