#526147

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

Shades of Cabbage Pont #526147

Tints of Cabbage Pont #526147

Color information

#526147 (or 0x526147) is unknown color: approx Cabbage Pont. HEX triplet: 52, 61 and 47. RGB value is (82,97,71). Sum of RGB (Red+Green+Blue) = 82+97+71=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #526147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526147 is #AD9EB8. Grayscale: #595959. Windows color (decimal): -11378361 or 4677970. OLE color: 4677970.

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

Color convert

RGB829771-
CMYK0.1500.270.62
HSL94.62º15.48%32.94%-
HSV(B)94.62º26.8%38.04%-
XYZ8.8910.87.58-
YUV89.55117.53122.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=32.8%
G=38.8%
B=28.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297710.1500.270.6294.6215.4832.94
Hex526147F01B3E5ff21
Octal12214110717033761371741
Binary101001011000011000111111101101111111010111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526147; }

 p { color: rgb(82,97,71); }

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

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

 a { background-color: rgb(82,97,71); }

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

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

 span { border-color: rgb(82,97,71); }

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