#357C72

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

Shades of Genoa #357C72

Tints of Genoa #357C72

Color information

#357C72 (or 0x357C72) is unknown color: approx Genoa. HEX triplet: 35, 7C and 72. RGB value is (53,124,114). Sum of RGB (Red+Green+Blue) = 53+124+114=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #357C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C72 is #CA838D. Grayscale: #656565. Windows color (decimal): -13271950 or 7502901. OLE color: 7502901.

HSL color Cylindrical-coordinate representation of color #357C72: hue angle of 171.55º 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 #357C72 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB53124114-
CMYK0.5700.080.51
HSL171.55º40.11%34.71%-
HSV(B)171.55º57.26%48.63%-
XYZ11.7116.3918.47-
YUV101.63134.9893.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=18.21%
G=42.61%
B=39.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531241140.5700.080.51171.5540.1134.71
Hex357C72390833ac2823
Octal6517416271010632545043
Binary110101111110011100101110010100011001110101100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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