#357865

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

Shades of Genoa #357865

Tints of Genoa #357865

Color information

#357865 (or 0x357865) is unknown color: approx Genoa. HEX triplet: 35, 78 and 65. RGB value is (53,120,101). Sum of RGB (Red+Green+Blue) = 53+120+101=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #357865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357865 is #CA879A. Grayscale: #616161. Windows color (decimal): -13272987 or 6649909. OLE color: 6649909.

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

Color convert

RGB53120101-
CMYK0.5600.160.53
HSL162.99º38.73%33.92%-
HSV(B)162.99º55.83%47.06%-
XYZ10.5315.1314.68-
YUV97.8129.896.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=19.34%
G=43.80%
B=36.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201010.5600.160.53162.9938.7333.92
Hex3578653801035a32722
Octal6517014570020652434742
Binary1101011111000110010111100001000011010110100011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357865; }

 p { color: rgb(53,120,101); }

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

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

 a { background-color: rgb(53,120,101); }

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

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

 span { border-color: rgb(53,120,101); }

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