#257768

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

Shades of Genoa #257768

Tints of Genoa #257768

Color information

#257768 (or 0x257768) is unknown color: approx Genoa. HEX triplet: 25, 77 and 68. RGB value is (37,119,104). Sum of RGB (Red+Green+Blue) = 37+119+104=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #257768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257768 is #DA8897. Grayscale: #5C5C5C. Windows color (decimal): -14321816 or 6846245. OLE color: 6846245.

HSL color Cylindrical-coordinate representation of color #257768: hue angle of 169.02º 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 #257768 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB37119104-
CMYK0.6900.130.53
HSL169.02º52.56%30.59%-
HSV(B)169.02º68.91%46.67%-
XYZ9.8614.5915.39-
YUV92.77134.3388.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 104 (41.02% from 255) = 40%
R=14.23%
G=45.77%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371191040.6900.130.53169.0252.5630.59
Hex257768450D35a9351f
Octal45167150105015652516537
Binary100101111011111010001000101011011101011010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257768; }

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

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

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

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

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

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

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

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