#357165

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

Shades of Genoa #357165

Tints of Genoa #357165

Color information

#357165 (or 0x357165) is unknown color: approx Genoa. HEX triplet: 35, 71 and 65. RGB value is (53,113,101). Sum of RGB (Red+Green+Blue) = 53+113+101=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #357165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357165 is #CA8E9A. Grayscale: #5D5D5D. Windows color (decimal): -13274779 or 6648117. OLE color: 6648117.

HSL color Cylindrical-coordinate representation of color #357165: hue angle of 168º 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 #357165 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB53113101-
CMYK0.5300.110.56
HSL168º36.14%32.55%-
HSV(B)168º53.1%44.31%-
XYZ9.7213.5114.41-
YUV93.69132.1298.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=19.85%
G=42.32%
B=37.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531131010.5300.110.5616836.1432.55
Hex357165350B38a82421
Octal6516114565013702504441
Binary110101111000111001011101010101111100010101000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357165; }

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

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

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

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

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

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

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

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