#526D1E

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

Shades of Green Leaf #526D1E

Tints of Green Leaf #526D1E

Color information

#526D1E (or 0x526D1E) is unknown color: approx Green Leaf. HEX triplet: 52, 6D and 1E. RGB value is (82,109,30). Sum of RGB (Red+Green+Blue) = 82+109+30=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #526D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D1E is #AD92E1. Grayscale: #5C5C5C. Windows color (decimal): -11375330 or 1994066. OLE color: 1994066.

HSL color Cylindrical-coordinate representation of color #526D1E: hue angle of 80.51º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #526D1E is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB8210930-
CMYK0.2500.720.57
HSL80.51º56.83%27.25%-
HSV(B)80.51º72.48%42.75%-
XYZ9.1812.823.22-
YUV91.9293.05120.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 109 (42.97% from 255) = 49.32%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=37.10%
G=49.32%
B=13.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82109300.2500.720.5780.5156.8327.25
Hex526D1E190483951391b
Octal12215536310110711217133
Binary10100101101101111101100101001000111001101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,30); }

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

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

 a { background-color: rgb(82,109,30); }

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

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

 span { border-color: rgb(82,109,30); }

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