#357560

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

Shades of Genoa #357560

Tints of Genoa #357560

Color information

#357560 (or 0x357560) is unknown color: approx Genoa. HEX triplet: 35, 75 and 60. RGB value is (53,117,96). Sum of RGB (Red+Green+Blue) = 53+117+96=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #357560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357560 is #CA8A9F. Grayscale: #5F5F5F. Windows color (decimal): -13273760 or 6321461. OLE color: 6321461.

HSL color Cylindrical-coordinate representation of color #357560: hue angle of 160.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357560 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB5311796-
CMYK0.5500.180.54
HSL160.31º37.65%33.33%-
HSV(B)160.31º54.7%45.88%-
XYZ9.9414.3213.31-
YUV95.47128.397.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=19.92%
G=43.98%
B=36.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117960.5500.180.54160.3137.6533.33
Hex3575603701236a02621
Octal6516514067022662404641
Binary1101011110101110000011011101001011011010100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357560; }

 p { color: rgb(53,117,96); }

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

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

 a { background-color: rgb(53,117,96); }

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

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

 span { border-color: rgb(53,117,96); }

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