#357466

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

Shades of Genoa #357466

Tints of Genoa #357466

Color information

#357466 (or 0x357466) is unknown color: approx Genoa. HEX triplet: 35, 74 and 66. RGB value is (53,116,102). Sum of RGB (Red+Green+Blue) = 53+116+102=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #357466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357466 is #CA8B99. Grayscale: #5F5F5F. Windows color (decimal): -13274010 or 6714421. OLE color: 6714421.

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

Color convert

RGB53116102-
CMYK0.5400.120.55
HSL166.67º37.28%33.14%-
HSV(B)166.67º54.31%45.49%-
XYZ10.1114.2114.78-
YUV95.57131.6397.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=19.56%
G=42.80%
B=37.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161020.5400.120.55166.6737.2833.14
Hex357466360C37a72521
Octal6516414666014672474541
Binary110101111010011001101101100110011011110100111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357466; }

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

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

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

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

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

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

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

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