#526722

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

Shades of Green Leaf #526722

Tints of Green Leaf #526722

Color information

#526722 (or 0x526722) is unknown color: approx Green Leaf. HEX triplet: 52, 67 and 22. RGB value is (82,103,34). Sum of RGB (Red+Green+Blue) = 82+103+34=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #526722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526722 is #AD98DD. Grayscale: #595959. Windows color (decimal): -11376862 or 2254674. OLE color: 2254674.

HSL color Cylindrical-coordinate representation of color #526722: hue angle of 78.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526722 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB8210334-
CMYK0.2000.670.60
HSL78.26º50.36%26.86%-
HSV(B)78.26º66.99%40.39%-
XYZ8.6211.613.3-
YUV88.8697.04123.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 103 (40.62% from 255) = 47.03%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=37.44%
G=47.03%
B=15.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103340.2000.670.6078.2650.3626.86
Hex526722140433C4e321b
Octal12214742240103741166233
Binary101001011001111000101010001000011111100100111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526722; }

 p { color: rgb(82,103,34); }

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

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

 a { background-color: rgb(82,103,34); }

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

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

 span { border-color: rgb(82,103,34); }

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