#357468

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

Shades of Genoa #357468

Tints of Genoa #357468

Color information

#357468 (or 0x357468) is unknown color: approx Genoa. HEX triplet: 35, 74 and 68. RGB value is (53,116,104). Sum of RGB (Red+Green+Blue) = 53+116+104=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #357468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357468 is #CA8B97. Grayscale: #5F5F5F. Windows color (decimal): -13274008 or 6845493. OLE color: 6845493.

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

Color convert

RGB53116104-
CMYK0.5400.100.55
HSL168.57º37.28%33.14%-
HSV(B)168.57º54.31%45.49%-
XYZ10.2114.2515.31-
YUV95.79132.6397.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=19.41%
G=42.49%
B=38.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161040.5400.100.55168.5737.2833.14
Hex357468360A37a92521
Octal6516415066012672514541
Binary110101111010011010001101100101011011110101001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357468; }

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

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

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

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

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

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

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

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