#526244

Color #526244 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #526244

Tints of Cabbage Pont #526244

Color information

#526244 (or 0x526244) is unknown color: approx Cabbage Pont. HEX triplet: 52, 62 and 44. RGB value is (82,98,68). Sum of RGB (Red+Green+Blue) = 82+98+68=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #526244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526244 is #AD9DBB. Grayscale: #595959. Windows color (decimal): -11378108 or 4481618. OLE color: 4481618.

HSL color Cylindrical-coordinate representation of color #526244: hue angle of 92º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526244 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB829868-
CMYK0.1600.310.62
HSL92º18.07%32.55%-
HSV(B)92º30.61%38.43%-
XYZ8.8910.957.11-
YUV89.8115.7122.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=33.06%
G=39.52%
B=27.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298680.1600.310.629218.0732.55
Hex5262441001F3E5c1221
Octal12214210420037761342241
Binary10100101100010100010010000011111111110101110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526244; }

 p { color: rgb(82,98,68); }

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

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

 a { background-color: rgb(82,98,68); }

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

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

 span { border-color: rgb(82,98,68); }

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