#357570

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

Shades of Genoa #357570

Tints of Genoa #357570

Color information

#357570 (or 0x357570) is unknown color: approx Genoa. HEX triplet: 35, 75 and 70. RGB value is (53,117,112). Sum of RGB (Red+Green+Blue) = 53+117+112=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #357570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357570 is #CA8A8F. Grayscale: #616161. Windows color (decimal): -13273744 or 7370037. OLE color: 7370037.

HSL color Cylindrical-coordinate representation of color #357570: hue angle of 175.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 #357570 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB53117112-
CMYK0.5500.040.54
HSL175.31º37.65%33.33%-
HSV(B)175.31º54.7%45.88%-
XYZ10.7514.6517.59-
YUV97.29136.396.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=18.79%
G=41.49%
B=39.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171120.5500.040.54175.3137.6533.33
Hex357570370436af2621
Octal651651606704662574641
Binary11010111101011110000110111010011011010101111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357570; }

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

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

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

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

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

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

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

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