#357664

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

Shades of Genoa #357664

Tints of Genoa #357664

Color information

#357664 (or 0x357664) is unknown color: approx Genoa. HEX triplet: 35, 76 and 64. RGB value is (53,118,100). Sum of RGB (Red+Green+Blue) = 53+118+100=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #357664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357664 is #CA899B. Grayscale: #606060. Windows color (decimal): -13273500 or 6583861. OLE color: 6583861.

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

Color convert

RGB53118100-
CMYK0.5500.150.54
HSL163.38º38.01%33.53%-
HSV(B)163.38º55.08%46.27%-
XYZ10.2514.6314.34-
YUV96.51129.9796.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=19.56%
G=43.54%
B=36.90%

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
Decimal531181000.5500.150.54163.3838.0133.53
Hex357664370F36a32622
Octal6516614467017662434642
Binary110101111011011001001101110111111011010100011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357664; }

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

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

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

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

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

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

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

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