#357F75

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

Shades of Genoa #357F75

Tints of Genoa #357F75

Color information

#357F75 (or 0x357F75) is unknown color: approx Genoa. HEX triplet: 35, 7F and 75. RGB value is (53,127,117). Sum of RGB (Red+Green+Blue) = 53+127+117=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #357F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F75 is #CA808A. Grayscale: #676767. Windows color (decimal): -13271179 or 7700277. OLE color: 7700277.

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

Color convert

RGB53127117-
CMYK0.5800.080.50
HSL171.89º41.11%35.29%-
HSV(B)171.89º58.27%49.8%-
XYZ12.2717.2219.51-
YUV103.73135.4891.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=17.85%
G=42.76%
B=39.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271170.5800.080.50171.8941.1135.29
Hex357F753A0832ac2923
Octal6517716572010622545143
Binary110101111111111101011110100100011001010101100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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