#526343

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

Shades of Cabbage Pont #526343

Tints of Cabbage Pont #526343

Color information

#526343 (or 0x526343) is unknown color: approx Cabbage Pont. HEX triplet: 52, 63 and 43. RGB value is (82,99,67). Sum of RGB (Red+Green+Blue) = 82+99+67=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #526343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526343 is #AD9CBC. Grayscale: #5A5A5A. Windows color (decimal): -11377853 or 4416338. OLE color: 4416338.

HSL color Cylindrical-coordinate representation of color #526343: hue angle of 91.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526343 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB829967-
CMYK0.1700.320.61
HSL91.88º19.28%32.55%-
HSV(B)91.88º32.32%38.82%-
XYZ8.9511.126.99-
YUV90.27114.87122.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=33.06%
G=39.92%
B=27.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299670.1700.320.6191.8819.2832.55
Hex526343110203D5c1321
Octal12214310321040751342341
Binary101001011000111000011100010100000111101101110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526343; }

 p { color: rgb(82,99,67); }

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

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

 a { background-color: rgb(82,99,67); }

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

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

 span { border-color: rgb(82,99,67); }

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