#257868

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

Shades of Genoa #257868

Tints of Genoa #257868

Color information

#257868 (or 0x257868) is unknown color: approx Genoa. HEX triplet: 25, 78 and 68. RGB value is (37,120,104). Sum of RGB (Red+Green+Blue) = 37+120+104=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #257868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257868 is #DA8797. Grayscale: #5D5D5D. Windows color (decimal): -14321560 or 6846501. OLE color: 6846501.

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

Color convert

RGB37120104-
CMYK0.6900.130.53
HSL168.43º52.87%30.78%-
HSV(B)168.43º69.17%47.06%-
XYZ9.9814.8315.43-
YUV93.3613487.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=14.18%
G=45.98%
B=39.85%

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
Decimal371201040.6900.130.53168.4352.8730.78
Hex257868450D35a8351f
Octal45170150105015652506537
Binary100101111100011010001000101011011101011010100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257868; }

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

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

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

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

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

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

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

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