#356A61

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

Shades of Genoa #356A61

Tints of Genoa #356A61

Color information

#356A61 (or 0x356A61) is unknown color: approx Genoa. HEX triplet: 35, 6A and 61. RGB value is (53,106,97). Sum of RGB (Red+Green+Blue) = 53+106+97=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #356A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A61 is #CA959E. Grayscale: #595959. Windows color (decimal): -13276575 or 6384181. OLE color: 6384181.

HSL color Cylindrical-coordinate representation of color #356A61: hue angle of 169.81º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A61 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB5310697-
CMYK0.500.080.58
HSL169.81º33.33%31.18%-
HSV(B)169.81º50%41.57%-
XYZ8.7811.9313.15-
YUV89.13132.44102.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=20.70%
G=41.41%
B=37.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106970.500.080.58169.8133.3331.18
Hex356A6132083Aaa211f
Octal6515214162010722524137
Binary11010111010101100001110010010001110101010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A61; }

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

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

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

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

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

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

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

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