#357364

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

Shades of Genoa #357364

Tints of Genoa #357364

Color information

#357364 (or 0x357364) is unknown color: approx Genoa. HEX triplet: 35, 73 and 64. RGB value is (53,115,100). Sum of RGB (Red+Green+Blue) = 53+115+100=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #357364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357364 is #CA8C9B. Grayscale: #5E5E5E. Windows color (decimal): -13274268 or 6583093. OLE color: 6583093.

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

Color convert

RGB53115100-
CMYK0.5400.130.55
HSL165.48º36.9%32.94%-
HSV(B)165.48º53.91%45.1%-
XYZ9.913.9414.23-
YUV94.75130.9698.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=19.78%
G=42.91%
B=37.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531151000.5400.130.55165.4836.932.94
Hex357364360D37a52521
Octal6516314466015672454541
Binary110101111001111001001101100110111011110100101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357364; }

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

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

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

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

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

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

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

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