#357366

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

Shades of Genoa #357366

Tints of Genoa #357366

Color information

#357366 (or 0x357366) is unknown color: approx Genoa. HEX triplet: 35, 73 and 66. RGB value is (53,115,102). Sum of RGB (Red+Green+Blue) = 53+115+102=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #357366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357366 is #CA8C99. Grayscale: #5E5E5E. Windows color (decimal): -13274266 or 6714165. OLE color: 6714165.

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

Color convert

RGB53115102-
CMYK0.5400.110.55
HSL167.42º36.9%32.94%-
HSV(B)167.42º53.91%45.1%-
XYZ1013.9814.74-
YUV94.98131.9698.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=19.63%
G=42.59%
B=37.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531151020.5400.110.55167.4236.932.94
Hex357366360B37a72521
Octal6516314666013672474541
Binary110101111001111001101101100101111011110100111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357366; }

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

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

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

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

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

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

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

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