#357169

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

Shades of Genoa #357169

Tints of Genoa #357169

Color information

#357169 (or 0x357169) is unknown color: approx Genoa. HEX triplet: 35, 71 and 69. RGB value is (53,113,105). Sum of RGB (Red+Green+Blue) = 53+113+105=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #357169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357169 is #CA8E96. Grayscale: #5E5E5E. Windows color (decimal): -13274775 or 6910261. OLE color: 6910261.

HSL color Cylindrical-coordinate representation of color #357169: hue angle of 172º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357169 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB53113105-
CMYK0.5300.070.56
HSL172º36.14%32.55%-
HSV(B)172º53.1%44.31%-
XYZ9.9213.5915.46-
YUV94.15134.1298.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=19.56%
G=41.70%
B=38.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531131050.5300.070.5617236.1432.55
Hex357169350738ac2421
Octal651611516507702544441
Binary11010111100011101001110101011111100010101100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357169; }

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

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

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

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

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

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

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

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