#357563

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

Shades of Genoa #357563

Tints of Genoa #357563

Color information

#357563 (or 0x357563) is unknown color: approx Genoa. HEX triplet: 35, 75 and 63. RGB value is (53,117,99). Sum of RGB (Red+Green+Blue) = 53+117+99=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #357563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357563 is #CA8A9C. Grayscale: #5F5F5F. Windows color (decimal): -13273757 or 6518069. OLE color: 6518069.

HSL color Cylindrical-coordinate representation of color #357563: hue angle of 163.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357563 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB5311799-
CMYK0.5500.150.54
HSL163.12º37.65%33.33%-
HSV(B)163.12º54.7%45.88%-
XYZ10.0814.3814.05-
YUV95.81129.897.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=19.70%
G=43.49%
B=36.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117990.5500.150.54163.1237.6533.33
Hex357563370F36a32621
Octal6516514367017662434641
Binary110101111010111000111101110111111011010100011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357563; }

 p { color: rgb(53,117,99); }

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

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

 a { background-color: rgb(53,117,99); }

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

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

 span { border-color: rgb(53,117,99); }

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