#526928

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

Shades of Green Leaf #526928

Tints of Green Leaf #526928

Color information

#526928 (or 0x526928) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 28. RGB value is (82,105,40). Sum of RGB (Red+Green+Blue) = 82+105+40=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #526928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526928 is #AD96D7. Grayscale: #5A5A5A. Windows color (decimal): -11376344 or 2648402. OLE color: 2648402.

HSL color Cylindrical-coordinate representation of color #526928: hue angle of 81.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526928 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB8210540-
CMYK0.2200.620.59
HSL81.23º44.83%28.43%-
HSV(B)81.23º61.9%41.18%-
XYZ8.9112.053.86-
YUV90.7199.38121.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=36.12%
G=46.26%
B=17.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105400.2200.620.5981.2344.8328.43
Hex5269281603E3B512d1c
Octal1221515026076731215534
Binary10100101101001101000101100111110111011101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526928; }

 p { color: rgb(82,105,40); }

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

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

 a { background-color: rgb(82,105,40); }

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

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

 span { border-color: rgb(82,105,40); }

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