#52845F

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

Shades of Como #52845F

Tints of Como #52845F

Color information

#52845F (or 0x52845F) is unknown color: approx Como. HEX triplet: 52, 84 and 5F. RGB value is (82,132,95). Sum of RGB (Red+Green+Blue) = 82+132+95=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #52845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52845F is #AD7BA0. Grayscale: #707070. Windows color (decimal): -11369377 or 6259794. OLE color: 6259794.

HSL color Cylindrical-coordinate representation of color #52845F: hue angle of 135.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52845F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB8213295-
CMYK0.3800.280.48
HSL135.6º23.36%41.96%-
HSV(B)135.6º37.88%51.76%-
XYZ13.819.1213.79-
YUV112.83117.94106.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=26.54%
G=42.72%
B=30.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82132950.3800.280.48135.623.3641.96
Hex52845F2601C3088172a
Octal12220413746034602102752
Binary10100101000010010111111001100111001100001000100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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