#357F72

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

Shades of Genoa #357F72

Tints of Genoa #357F72

Color information

#357F72 (or 0x357F72) is unknown color: approx Genoa. HEX triplet: 35, 7F and 72. RGB value is (53,127,114). Sum of RGB (Red+Green+Blue) = 53+127+114=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #357F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F72 is #CA808D. Grayscale: #676767. Windows color (decimal): -13271182 or 7503669. OLE color: 7503669.

HSL color Cylindrical-coordinate representation of color #357F72: hue angle of 169.46º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F72 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB53127114-
CMYK0.5800.100.50
HSL169.46º41.11%35.29%-
HSV(B)169.46º58.27%49.8%-
XYZ12.0917.1518.59-
YUV103.39133.9892.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=18.03%
G=43.20%
B=38.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271140.5800.100.50169.4641.1135.29
Hex357F723A0A32a92923
Octal6517716272012622515143
Binary110101111111111100101110100101011001010101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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