#526A2E

Color #526A2E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526A2E

Tints of Green Leaf #526A2E

Color information

#526A2E (or 0x526A2E) is unknown color: approx Green Leaf. HEX triplet: 52, 6A and 2E. RGB value is (82,106,46). Sum of RGB (Red+Green+Blue) = 82+106+46=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #526A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A2E is #AD95D1. Grayscale: #5C5C5C. Windows color (decimal): -11376082 or 3041874. OLE color: 3041874.

HSL color Cylindrical-coordinate representation of color #526A2E: hue angle of 84º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526A2E is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB8210646-
CMYK0.2300.570.58
HSL84º39.47%29.8%-
HSV(B)84º56.6%41.57%-
XYZ9.1312.34.48-
YUV91.98102.05120.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=35.04%
G=45.30%
B=19.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106460.2300.570.588439.4729.8
Hex526A2E170393A54271e
Octal1221525627071721244736
Binary10100101101010101110101110111001111010101010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A2E; }

 p { color: rgb(82,106,46); }

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

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

 a { background-color: rgb(82,106,46); }

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

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

 span { border-color: rgb(82,106,46); }

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