#356966

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

Shades of Genoa #356966

Tints of Genoa #356966

Color information

#356966 (or 0x356966) is unknown color: approx Genoa. HEX triplet: 35, 69 and 66. RGB value is (53,105,102). Sum of RGB (Red+Green+Blue) = 53+105+102=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #356966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356966 is #CA9699. Grayscale: #595959. Windows color (decimal): -13276826 or 6711605. OLE color: 6711605.

HSL color Cylindrical-coordinate representation of color #356966: hue angle of 176.54º 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 #356966 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB53105102-
CMYK0.5000.030.59
HSL176.54º32.91%30.98%-
HSV(B)176.54º49.52%41.18%-
XYZ8.9211.8214.38-
YUV89.11135.27102.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=20.38%
G=40.38%
B=39.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal531051020.5000.030.59176.5432.9130.98
Hex35696632033Bb1211f
Octal651511466203732614137
Binary110101110100111001101100100111110111011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356966; }

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

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

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

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

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

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

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

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