#357572

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

Shades of Genoa #357572

Tints of Genoa #357572

Color information

#357572 (or 0x357572) is unknown color: approx Genoa. HEX triplet: 35, 75 and 72. RGB value is (53,117,114). Sum of RGB (Red+Green+Blue) = 53+117+114=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #357572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357572 is #CA8A8D. Grayscale: #616161. Windows color (decimal): -13273742 or 7501109. OLE color: 7501109.

HSL color Cylindrical-coordinate representation of color #357572: hue angle of 177.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357572 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB53117114-
CMYK0.5500.030.54
HSL177.19º37.65%33.33%-
HSV(B)177.19º54.7%45.88%-
XYZ10.8714.6918.18-
YUV97.52137.396.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=18.66%
G=41.20%
B=40.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171140.5500.030.54177.1937.6533.33
Hex357572370336b12621
Octal651651626703662614641
Binary1101011110101111001011011101111011010110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357572; }

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

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

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

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

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

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

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

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