#356C62

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

Shades of Genoa #356C62

Tints of Genoa #356C62

Color information

#356C62 (or 0x356C62) is unknown color: approx Genoa. HEX triplet: 35, 6C and 62. RGB value is (53,108,98). Sum of RGB (Red+Green+Blue) = 53+108+98=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #356C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C62 is #CA939D. Grayscale: #5A5A5A. Windows color (decimal): -13276062 or 6450229. OLE color: 6450229.

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

Color convert

RGB5310898-
CMYK0.5100.090.58
HSL169.09º34.16%31.57%-
HSV(B)169.09º50.93%42.35%-
XYZ9.0412.3613.47-
YUV90.42132.28101.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=20.46%
G=41.70%
B=37.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108980.5100.090.58169.0934.1631.57
Hex356C6233093Aa92220
Octal6515414263011722514240
Binary110101110110011000101100110100111101010101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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