#357C70

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

Shades of Genoa #357C70

Tints of Genoa #357C70

Color information

#357C70 (or 0x357C70) is unknown color: approx Genoa. HEX triplet: 35, 7C and 70. RGB value is (53,124,112). Sum of RGB (Red+Green+Blue) = 53+124+112=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #357C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C70 is #CA838F. Grayscale: #656565. Windows color (decimal): -13271952 or 7371829. OLE color: 7371829.

HSL color Cylindrical-coordinate representation of color #357C70: hue angle of 169.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C70 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB53124112-
CMYK0.5700.100.51
HSL169.86º40.11%34.71%-
HSV(B)169.86º57.26%48.63%-
XYZ11.616.3417.87-
YUV101.4133.9893.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=18.34%
G=42.91%
B=38.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531241120.5700.100.51169.8640.1134.71
Hex357C70390A33aa2823
Octal6517416071012632525043
Binary110101111110011100001110010101011001110101010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C70; }

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

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

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

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

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

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

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

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