#357663

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

Shades of Genoa #357663

Tints of Genoa #357663

Color information

#357663 (or 0x357663) is unknown color: approx Genoa. HEX triplet: 35, 76 and 63. RGB value is (53,118,99). Sum of RGB (Red+Green+Blue) = 53+118+99=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #357663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357663 is #CA899C. Grayscale: #606060. Windows color (decimal): -13273501 or 6518325. OLE color: 6518325.

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

Color convert

RGB5311899-
CMYK0.5500.160.54
HSL162.46º38.01%33.53%-
HSV(B)162.46º55.08%46.27%-
XYZ10.214.6114.09-
YUV96.4129.4797.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=19.63%
G=43.70%
B=36.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118990.5500.160.54162.4638.0133.53
Hex3576633701036a22622
Octal6516614367020662424642
Binary1101011110110110001111011101000011011010100010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357663; }

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

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

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

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

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

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

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

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