#356A69

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

Shades of Genoa #356A69

Tints of Genoa #356A69

Color information

#356A69 (or 0x356A69) is unknown color: approx Genoa. HEX triplet: 35, 6A and 69. RGB value is (53,106,105). Sum of RGB (Red+Green+Blue) = 53+106+105=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #356A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A69 is #CA9596. Grayscale: #595959. Windows color (decimal): -13276567 or 6908469. OLE color: 6908469.

HSL color Cylindrical-coordinate representation of color #356A69: hue angle of 178.87º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A69 is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB53106105-
CMYK0.500.010.58
HSL178.87º33.33%31.18%-
HSV(B)178.87º50%41.57%-
XYZ9.1712.0815.21-
YUV90.04136.44101.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=20.08%
G=40.15%
B=39.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal531061050.500.010.58178.8733.3331.18
Hex356A6932013Ab3211f
Octal651521516201722634137
Binary11010111010101101001110010011110101011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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