#357469

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

Shades of Genoa #357469

Tints of Genoa #357469

Color information

#357469 (or 0x357469) is unknown color: approx Genoa. HEX triplet: 35, 74 and 69. RGB value is (53,116,105). Sum of RGB (Red+Green+Blue) = 53+116+105=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #357469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357469 is #CA8B96. Grayscale: #5F5F5F. Windows color (decimal): -13274007 or 6911029. OLE color: 6911029.

HSL color Cylindrical-coordinate representation of color #357469: hue angle of 169.52º 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 #357469 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB53116105-
CMYK0.5400.090.55
HSL169.52º37.28%33.14%-
HSV(B)169.52º54.31%45.49%-
XYZ10.2614.2715.58-
YUV95.91133.1397.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=19.34%
G=42.34%
B=38.32%

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
Decimal531161050.5400.090.55169.5237.2833.14
Hex357469360937aa2521
Octal6516415166011672524541
Binary110101111010011010011101100100111011110101010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357469; }

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

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

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

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

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

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

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

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