#356F5F

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

Shades of Genoa #356F5F

Tints of Genoa #356F5F

Color information

#356F5F (or 0x356F5F) is unknown color: approx Genoa. HEX triplet: 35, 6F and 5F. RGB value is (53,111,95). Sum of RGB (Red+Green+Blue) = 53+111+95=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #356F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F5F is #CA90A0. Grayscale: #5B5B5B. Windows color (decimal): -13275297 or 6254389. OLE color: 6254389.

HSL color Cylindrical-coordinate representation of color #356F5F: hue angle of 163.45º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F5F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB5311195-
CMYK0.5200.140.56
HSL163.45º35.37%32.16%-
HSV(B)163.45º52.25%43.53%-
XYZ9.2212.9512.84-
YUV91.83129.78100.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=20.46%
G=42.86%
B=36.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111950.5200.140.56163.4535.3732.16
Hex356F5F340E38a32320
Octal6515713764016702434340
Binary110101110111110111111101000111011100010100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,111,95); }

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

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

 a { background-color: rgb(53,111,95); }

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

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

 span { border-color: rgb(53,111,95); }

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