#357A73

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

Shades of Genoa #357A73

Tints of Genoa #357A73

Color information

#357A73 (or 0x357A73) is unknown color: approx Genoa. HEX triplet: 35, 7A and 73. RGB value is (53,122,115). Sum of RGB (Red+Green+Blue) = 53+122+115=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #357A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A73 is #CA858C. Grayscale: #646464. Windows color (decimal): -13272461 or 7567925. OLE color: 7567925.

HSL color Cylindrical-coordinate representation of color #357A73: hue angle of 173.91º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A73 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB53122115-
CMYK0.5700.060.52
HSL173.91º39.43%34.31%-
HSV(B)173.91º56.56%47.84%-
XYZ11.5215.9118.68-
YUV100.57136.1494.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=18.28%
G=42.07%
B=39.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221150.5700.060.52173.9139.4334.31
Hex357A73390634ae2722
Octal651721637106642564742
Binary11010111110101110011111001011011010010101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,115); }

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

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

 a { background-color: rgb(53,122,115); }

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

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

 span { border-color: rgb(53,122,115); }

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