#357872

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

Shades of Genoa #357872

Tints of Genoa #357872

Color information

#357872 (or 0x357872) is unknown color: approx Genoa. HEX triplet: 35, 78 and 72. RGB value is (53,120,114). Sum of RGB (Red+Green+Blue) = 53+120+114=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #357872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357872 is #CA878D. Grayscale: #636363. Windows color (decimal): -13272974 or 7501877. OLE color: 7501877.

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

Color convert

RGB53120114-
CMYK0.5600.050.53
HSL174.63º38.73%33.92%-
HSV(B)174.63º55.83%47.06%-
XYZ11.2215.418.3-
YUV99.28136.394.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=18.47%
G=41.81%
B=39.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201140.5600.050.53174.6338.7333.92
Hex357872380535af2722
Octal651701627005652574742
Binary11010111110001110010111000010111010110101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357872; }

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

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

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

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

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

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

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

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