#52785F

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

Shades of Como #52785F

Tints of Como #52785F

Color information

#52785F (or 0x52785F) is unknown color: approx Como. HEX triplet: 52, 78 and 5F. RGB value is (82,120,95). Sum of RGB (Red+Green+Blue) = 82+120+95=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #52785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52785F is #AD87A0. Grayscale: #696969. Windows color (decimal): -11372449 or 6256722. OLE color: 6256722.

HSL color Cylindrical-coordinate representation of color #52785F: hue angle of 140.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52785F is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB8212095-
CMYK0.3200.210.53
HSL140.53º18.81%39.61%-
HSV(B)140.53º31.67%47.06%-
XYZ12.2616.0513.28-
YUV105.79121.91111.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=27.61%
G=40.40%
B=31.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120950.3200.210.53140.5318.8139.61
Hex52785F20015358d1328
Octal12217013740025652152350
Binary1010010111100010111111000000101011101011000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52785F; }

 p { color: rgb(82,120,95); }

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

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

 a { background-color: rgb(82,120,95); }

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

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

 span { border-color: rgb(82,120,95); }

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