#52735B

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

Shades of Como #52735B

Tints of Como #52735B

Color information

#52735B (or 0x52735B) is unknown color: approx Como. HEX triplet: 52, 73 and 5B. RGB value is (82,115,91). Sum of RGB (Red+Green+Blue) = 82+115+91=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #52735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52735B is #AD8CA4. Grayscale: #666666. Windows color (decimal): -11373733 or 5993298. OLE color: 5993298.

HSL color Cylindrical-coordinate representation of color #52735B: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52735B is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB8211591-
CMYK0.2900.210.55
HSL136.36º16.75%38.63%-
HSV(B)136.36º28.7%45.1%-
XYZ11.514.8112.15-
YUV102.4121.57113.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=28.47%
G=39.93%
B=31.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115910.2900.210.55136.3616.7538.63
Hex52735B1D01537881127
Octal12216313335025672102147
Binary101001011100111011011111010101011101111000100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52735B; }

 p { color: rgb(82,115,91); }

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

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

 a { background-color: rgb(82,115,91); }

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

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

 span { border-color: rgb(82,115,91); }

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