#357673

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

Shades of Genoa #357673

Tints of Genoa #357673

Color information

#357673 (or 0x357673) is unknown color: approx Genoa. HEX triplet: 35, 76 and 73. RGB value is (53,118,115). Sum of RGB (Red+Green+Blue) = 53+118+115=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #357673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357673 is #CA898C. Grayscale: #626262. Windows color (decimal): -13273485 or 7566901. OLE color: 7566901.

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

Color convert

RGB53118115-
CMYK0.5500.030.54
HSL177.23º38.01%33.53%-
HSV(B)177.23º55.08%46.27%-
XYZ11.0414.9518.52-
YUV98.22137.4795.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=18.53%
G=41.26%
B=40.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531181150.5500.030.54177.2338.0133.53
Hex357673370336b12622
Octal651661636703662614642
Binary1101011110110111001111011101111011010110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357673; }

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

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

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

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

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

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

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

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