#357065

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

Shades of Genoa #357065

Tints of Genoa #357065

Color information

#357065 (or 0x357065) is unknown color: approx Genoa. HEX triplet: 35, 70 and 65. RGB value is (53,112,101). Sum of RGB (Red+Green+Blue) = 53+112+101=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #357065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357065 is #CA8F9A. Grayscale: #5D5D5D. Windows color (decimal): -13275035 or 6647861. OLE color: 6647861.

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

Color convert

RGB53112101-
CMYK0.5300.100.56
HSL168.81º35.76%32.35%-
HSV(B)168.81º52.68%43.92%-
XYZ9.6113.2814.37-
YUV93.1132.4599.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=19.92%
G=42.11%
B=37.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531121010.5300.100.56168.8135.7632.35
Hex357065350A38a92420
Octal6516014565012702514440
Binary110101111000011001011101010101011100010101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357065; }

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

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

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

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

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

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

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

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