#526245

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

Shades of Cabbage Pont #526245

Tints of Cabbage Pont #526245

Color information

#526245 (or 0x526245) is unknown color: approx Cabbage Pont. HEX triplet: 52, 62 and 45. RGB value is (82,98,69). Sum of RGB (Red+Green+Blue) = 82+98+69=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #526245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526245 is #AD9DBA. Grayscale: #5A5A5A. Windows color (decimal): -11378107 or 4547154. OLE color: 4547154.

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

Color convert

RGB829869-
CMYK0.1600.300.62
HSL93.1º17.37%32.75%-
HSV(B)93.1º29.59%38.43%-
XYZ8.9210.967.28-
YUV89.91116.2122.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=32.93%
G=39.36%
B=27.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298690.1600.300.6293.117.3732.75
Hex5262451001E3E5d1121
Octal12214210520036761352141
Binary10100101100010100010110000011110111110101110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526245; }

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

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

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

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

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

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

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

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