#356962

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

Shades of Genoa #356962

Tints of Genoa #356962

Color information

#356962 (or 0x356962) is unknown color: approx Genoa. HEX triplet: 35, 69 and 62. RGB value is (53,105,98). Sum of RGB (Red+Green+Blue) = 53+105+98=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #356962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356962 is #CA969D. Grayscale: #585858. Windows color (decimal): -13276830 or 6449461. OLE color: 6449461.

HSL color Cylindrical-coordinate representation of color #356962: hue angle of 171.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356962 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB5310598-
CMYK0.5000.070.59
HSL171.92º32.91%30.98%-
HSV(B)171.92º49.52%41.18%-
XYZ8.7211.7413.36-
YUV88.65133.27102.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=20.70%
G=41.02%
B=38.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105980.5000.070.59171.9232.9130.98
Hex35696232073Bac211f
Octal651511426207732544137
Binary1101011101001110001011001001111110111010110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356962; }

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

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

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

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

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

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

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

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