#356A60

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

Shades of Genoa #356A60

Tints of Genoa #356A60

Color information

#356A60 (or 0x356A60) is unknown color: approx Genoa. HEX triplet: 35, 6A and 60. RGB value is (53,106,96). Sum of RGB (Red+Green+Blue) = 53+106+96=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #356A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A60 is #CA959F. Grayscale: #595959. Windows color (decimal): -13276576 or 6318645. OLE color: 6318645.

HSL color Cylindrical-coordinate representation of color #356A60: hue angle of 168.68º 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 #356A60 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB5310696-
CMYK0.500.090.58
HSL168.68º33.33%31.18%-
HSV(B)168.68º50%41.57%-
XYZ8.7311.9112.9-
YUV89.01131.94102.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=20.78%
G=41.57%
B=37.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106960.500.090.58168.6833.3331.18
Hex356A6032093Aa9211f
Octal6515214062011722514137
Binary11010111010101100000110010010011110101010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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