#356967

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

Shades of Genoa #356967

Tints of Genoa #356967

Color information

#356967 (or 0x356967) is unknown color: approx Genoa. HEX triplet: 35, 69 and 67. RGB value is (53,105,103). Sum of RGB (Red+Green+Blue) = 53+105+103=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #356967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356967 is #CA9698. Grayscale: #595959. Windows color (decimal): -13276825 or 6777141. OLE color: 6777141.

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

Color convert

RGB53105103-
CMYK0.5000.020.59
HSL177.69º32.91%30.98%-
HSV(B)177.69º49.52%41.18%-
XYZ8.9711.8414.64-
YUV89.22135.77102.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=20.31%
G=40.23%
B=39.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal531051030.5000.020.59177.6932.9130.98
Hex35696732023Bb2211f
Octal651511476202732624137
Binary110101110100111001111100100101110111011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356967; }

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

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

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

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

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

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

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

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