#526824

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

Shades of Green Leaf #526824

Tints of Green Leaf #526824

Color information

#526824 (or 0x526824) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 24. RGB value is (82,104,36). Sum of RGB (Red+Green+Blue) = 82+104+36=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #526824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526824 is #AD97DB. Grayscale: #595959. Windows color (decimal): -11376604 or 2386002. OLE color: 2386002.

HSL color Cylindrical-coordinate representation of color #526824: hue angle of 79.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526824 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB8210436-
CMYK0.2100.650.59
HSL79.41º48.57%27.45%-
HSV(B)79.41º65.38%40.78%-
XYZ8.7511.823.49-
YUV89.6797.71122.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 36 (14.45% from 255) = 16.22%
R=36.94%
G=46.85%
B=16.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104360.2100.650.5979.4148.5727.45
Hex526824150413B4f311b
Octal12215044250101731176133
Binary101001011010001001001010101000001111011100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526824; }

 p { color: rgb(82,104,36); }

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

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

 a { background-color: rgb(82,104,36); }

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

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

 span { border-color: rgb(82,104,36); }

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