#357871

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

Shades of Genoa #357871

Tints of Genoa #357871

Color information

#357871 (or 0x357871) is unknown color: approx Genoa. HEX triplet: 35, 78 and 71. RGB value is (53,120,113). Sum of RGB (Red+Green+Blue) = 53+120+113=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #357871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357871 is #CA878E. Grayscale: #636363. Windows color (decimal): -13272975 or 7436341. OLE color: 7436341.

HSL color Cylindrical-coordinate representation of color #357871: hue angle of 173.73º 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 #357871 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB53120113-
CMYK0.5600.060.53
HSL173.73º38.73%33.92%-
HSV(B)173.73º55.83%47.06%-
XYZ11.1715.3818-
YUV99.17135.895.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=18.53%
G=41.96%
B=39.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201130.5600.060.53173.7338.7333.92
Hex357871380635ae2722
Octal651701617006652564742
Binary11010111110001110001111000011011010110101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357871; }

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

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

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

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

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

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

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

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