#52735A

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

Shades of Como #52735A

Tints of Como #52735A

Color information

#52735A (or 0x52735A) is unknown color: approx Como. HEX triplet: 52, 73 and 5A. RGB value is (82,115,90). Sum of RGB (Red+Green+Blue) = 82+115+90=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #52735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52735A is #AD8CA5. Grayscale: #666666. Windows color (decimal): -11373734 or 5927762. OLE color: 5927762.

HSL color Cylindrical-coordinate representation of color #52735A: hue angle of 134.55º 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 #52735A is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8211590-
CMYK0.2900.220.55
HSL134.55º16.75%38.63%-
HSV(B)134.55º28.7%45.1%-
XYZ11.4614.7911.92-
YUV102.28121.07113.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=28.57%
G=40.07%
B=31.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115900.2900.220.55134.5516.7538.63
Hex52735A1D01637871127
Octal12216313235026672072147
Binary101001011100111011010111010101101101111000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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