#356F69

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

Shades of Genoa #356F69

Tints of Genoa #356F69

Color information

#356F69 (or 0x356F69) is unknown color: approx Genoa. HEX triplet: 35, 6F and 69. RGB value is (53,111,105). Sum of RGB (Red+Green+Blue) = 53+111+105=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #356F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F69 is #CA9096. Grayscale: #5C5C5C. Windows color (decimal): -13275287 or 6909749. OLE color: 6909749.

HSL color Cylindrical-coordinate representation of color #356F69: hue angle of 173.79º 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 #356F69 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB53111105-
CMYK0.5200.050.56
HSL173.79º35.37%32.16%-
HSV(B)173.79º52.25%43.53%-
XYZ9.713.1515.39-
YUV92.97134.7899.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=19.70%
G=41.26%
B=39.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531111050.5200.050.56173.7935.3732.16
Hex356F69340538ae2320
Octal651571516405702564340
Binary11010111011111101001110100010111100010101110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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