#357873

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

Shades of Genoa #357873

Tints of Genoa #357873

Color information

#357873 (or 0x357873) is unknown color: approx Genoa. HEX triplet: 35, 78 and 73. RGB value is (53,120,115). Sum of RGB (Red+Green+Blue) = 53+120+115=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #357873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357873 is #CA878C. Grayscale: #636363. Windows color (decimal): -13272973 or 7567413. OLE color: 7567413.

HSL color Cylindrical-coordinate representation of color #357873: hue angle of 175.52º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357873 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB53120115-
CMYK0.5600.040.53
HSL175.52º38.73%33.92%-
HSV(B)175.52º55.83%47.06%-
XYZ11.2815.4318.6-
YUV99.4136.894.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=18.40%
G=41.67%
B=39.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201150.5600.040.53175.5238.7333.92
Hex357873380435b02722
Octal651701637004652604742
Binary11010111110001110011111000010011010110110000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357873; }

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

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

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

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

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

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

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

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