#357F71

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

Shades of Genoa #357F71

Tints of Genoa #357F71

Color information

#357F71 (or 0x357F71) is unknown color: approx Genoa. HEX triplet: 35, 7F and 71. RGB value is (53,127,113). Sum of RGB (Red+Green+Blue) = 53+127+113=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #357F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F71 is #CA808E. Grayscale: #676767. Windows color (decimal): -13271183 or 7438133. OLE color: 7438133.

HSL color Cylindrical-coordinate representation of color #357F71: hue angle of 168.65º 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 #357F71 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB53127113-
CMYK0.5800.110.50
HSL168.65º41.11%35.29%-
HSV(B)168.65º58.27%49.8%-
XYZ12.0417.1318.29-
YUV103.28133.4892.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 127 (50% from 255) = 43.34%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=18.09%
G=43.34%
B=38.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271130.5800.110.50168.6541.1135.29
Hex357F713A0B32a92923
Octal6517716172013622515143
Binary110101111111111100011110100101111001010101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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