#357061

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

Shades of Genoa #357061

Tints of Genoa #357061

Color information

#357061 (or 0x357061) is unknown color: approx Genoa. HEX triplet: 35, 70 and 61. RGB value is (53,112,97). Sum of RGB (Red+Green+Blue) = 53+112+97=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #357061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357061 is #CA8F9E. Grayscale: #5C5C5C. Windows color (decimal): -13275039 or 6385717. OLE color: 6385717.

HSL color Cylindrical-coordinate representation of color #357061: hue angle of 164.75º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357061 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB5311297-
CMYK0.5300.130.56
HSL164.75º35.76%32.35%-
HSV(B)164.75º52.68%43.92%-
XYZ9.4213.2113.36-
YUV92.65130.4599.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=20.23%
G=42.75%
B=37.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112970.5300.130.56164.7535.7632.35
Hex357061350D38a52420
Octal6516014165015702454440
Binary110101111000011000011101010110111100010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357061; }

 p { color: rgb(53,112,97); }

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

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

 a { background-color: rgb(53,112,97); }

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

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

 span { border-color: rgb(53,112,97); }

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