#356C60

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

Shades of Genoa #356C60

Tints of Genoa #356C60

Color information

#356C60 (or 0x356C60) is unknown color: approx Genoa. HEX triplet: 35, 6C and 60. RGB value is (53,108,96). Sum of RGB (Red+Green+Blue) = 53+108+96=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #356C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C60 is #CA939F. Grayscale: #5A5A5A. Windows color (decimal): -13276064 or 6319157. OLE color: 6319157.

HSL color Cylindrical-coordinate representation of color #356C60: hue angle of 166.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C60 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB5310896-
CMYK0.5100.110.58
HSL166.91º34.16%31.57%-
HSV(B)166.91º50.93%42.35%-
XYZ8.9412.3312.97-
YUV90.19131.28101.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=20.62%
G=42.02%
B=37.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108960.5100.110.58166.9134.1631.57
Hex356C60330B3Aa72220
Octal6515414063013722474240
Binary110101110110011000001100110101111101010100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,96); }

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

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

 a { background-color: rgb(53,108,96); }

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

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

 span { border-color: rgb(53,108,96); }

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