#357365

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

Shades of Genoa #357365

Tints of Genoa #357365

Color information

#357365 (or 0x357365) is unknown color: approx Genoa. HEX triplet: 35, 73 and 65. RGB value is (53,115,101). Sum of RGB (Red+Green+Blue) = 53+115+101=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #357365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357365 is #CA8C9A. Grayscale: #5E5E5E. Windows color (decimal): -13274267 or 6648629. OLE color: 6648629.

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

Color convert

RGB53115101-
CMYK0.5400.120.55
HSL166.45º36.9%32.94%-
HSV(B)166.45º53.91%45.1%-
XYZ9.9513.9614.48-
YUV94.87131.4698.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=19.70%
G=42.75%
B=37.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531151010.5400.120.55166.4536.932.94
Hex357365360C37a62521
Octal6516314566014672464541
Binary110101111001111001011101100110011011110100110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357365; }

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

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

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

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

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

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

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

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