#52835E

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

Shades of Como #52835E

Tints of Como #52835E

Color information

#52835E (or 0x52835E) is unknown color: approx Como. HEX triplet: 52, 83 and 5E. RGB value is (82,131,94). Sum of RGB (Red+Green+Blue) = 82+131+94=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #52835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52835E is #AD7CA1. Grayscale: #707070. Windows color (decimal): -11369634 or 6194002. OLE color: 6194002.

HSL color Cylindrical-coordinate representation of color #52835E: hue angle of 134.69º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52835E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB8213194-
CMYK0.3700.280.49
HSL134.69º23%41.76%-
HSV(B)134.69º37.4%51.37%-
XYZ13.6218.8313.51-
YUV112.13117.77106.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=26.71%
G=42.67%
B=30.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131940.3700.280.49134.692341.76
Hex52835E2501C3187172a
Octal12220313645034612072752
Binary10100101000001110111101001010111001100011000011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52835E; }

 p { color: rgb(82,131,94); }

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

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

 a { background-color: rgb(82,131,94); }

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

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

 span { border-color: rgb(82,131,94); }

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