#257764

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

Shades of Genoa #257764

Tints of Genoa #257764

Color information

#257764 (or 0x257764) is unknown color: approx Genoa. HEX triplet: 25, 77 and 64. RGB value is (37,119,100). Sum of RGB (Red+Green+Blue) = 37+119+100=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #257764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257764 is #DA889B. Grayscale: #5C5C5C. Windows color (decimal): -14321820 or 6584101. OLE color: 6584101.

HSL color Cylindrical-coordinate representation of color #257764: hue angle of 166.1º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257764 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB37119100-
CMYK0.6900.160.53
HSL166.1º52.56%30.59%-
HSV(B)166.1º68.91%46.67%-
XYZ9.6614.5114.35-
YUV92.32132.3388.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=14.45%
G=46.48%
B=39.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371191000.6900.160.53166.152.5630.59
Hex2577644501035a6351f
Octal45167144105020652466537
Binary1001011110111110010010001010100001101011010011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257764; }

 p { color: rgb(37,119,100); }

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

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

 a { background-color: rgb(37,119,100); }

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

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

 span { border-color: rgb(37,119,100); }

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