#357862

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

Shades of Genoa #357862

Tints of Genoa #357862

Color information

#357862 (or 0x357862) is unknown color: approx Genoa. HEX triplet: 35, 78 and 62. RGB value is (53,120,98). Sum of RGB (Red+Green+Blue) = 53+120+98=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #357862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357862 is #CA879D. Grayscale: #616161. Windows color (decimal): -13272990 or 6453301. OLE color: 6453301.

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

Color convert

RGB5312098-
CMYK0.5600.180.53
HSL160.3º38.73%33.92%-
HSV(B)160.3º55.83%47.06%-
XYZ10.3915.0713.92-
YUV97.46128.396.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=19.56%
G=44.28%
B=36.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120980.5600.180.53160.338.7333.92
Hex3578623801235a02722
Octal6517014270022652404742
Binary1101011111000110001011100001001011010110100000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357862; }

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

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

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

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

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

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

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

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