#357369

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

Shades of Genoa #357369

Tints of Genoa #357369

Color information

#357369 (or 0x357369) is unknown color: approx Genoa. HEX triplet: 35, 73 and 69. RGB value is (53,115,105). Sum of RGB (Red+Green+Blue) = 53+115+105=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #357369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357369 is #CA8C96. Grayscale: #5F5F5F. Windows color (decimal): -13274263 or 6910773. OLE color: 6910773.

HSL color Cylindrical-coordinate representation of color #357369: hue angle of 170.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357369 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB53115105-
CMYK0.5400.090.55
HSL170.32º36.9%32.94%-
HSV(B)170.32º53.91%45.1%-
XYZ10.1514.0415.54-
YUV95.32133.4697.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=19.41%
G=42.12%
B=38.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531151050.5400.090.55170.3236.932.94
Hex357369360937aa2521
Octal6516315166011672524541
Binary110101111001111010011101100100111011110101010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357369; }

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

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

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

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

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

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

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

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