#357F74

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

Shades of Genoa #357F74

Tints of Genoa #357F74

Color information

#357F74 (or 0x357F74) is unknown color: approx Genoa. HEX triplet: 35, 7F and 74. RGB value is (53,127,116). Sum of RGB (Red+Green+Blue) = 53+127+116=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #357F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F74 is #CA808B. Grayscale: #676767. Windows color (decimal): -13271180 or 7634741. OLE color: 7634741.

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

Color convert

RGB53127116-
CMYK0.5800.090.50
HSL171.08º41.11%35.29%-
HSV(B)171.08º58.27%49.8%-
XYZ12.2117.219.2-
YUV103.62134.9891.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=17.91%
G=42.91%
B=39.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271160.5800.090.50171.0841.1135.29
Hex357F743A0932ab2923
Octal6517716472011622535143
Binary110101111111111101001110100100111001010101011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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