Html Css Color HEX #526820 Green Leaf

📋 copy color: '#526820'

red 82 ◦ green 104 ◦ blue 32

#526820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #526820

Tints of Green Leaf #526820

RGB

 RED value IS 82 (32.42% from 255) = 37.61%

 GREEN value IS 104 (41.02% from 255) = 47.71%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 37.61%
G = 47.71%
B = 14.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#526820 (or 0x526820) is known color: Green Leaf. HEX triplet: 52, 68 and 20. RGB value is (82,104,32). Sum of RGB (Red+Green+Blue) = 82+104+32=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #526820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526820 is #AD97DF. Grayscale: #595959. Windows color (decimal): -11376608 or 2123858. OLE color: 2123858.

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

Color convert

RGB 82 104 32 -
CMYK 0.21 0 0.69 0.59
HSL 78.33º 0.53% 0.27% -
HSV(B) 78.33º 0.69% 0.41% -
XYZ 8.69 11.8 3.19 -
YUV 89.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 82 104 32 0.21 0 0.69 0.59 78.33 0.53 0.27
Hex 52 68 20 15 0 45 3B 4E 35 1B
Octal 122 150 40 25 0 105 73 116 65 33
Binary 1010010 1101000 100000 10101 0 1000101 111011 1001110 110101 11011

Color Harmonies of #526820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526820

Black with #526820

Text Example


Text Example

White with #526820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526820; }

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

 H1.HeaderClassName
 {
   color: #526820;
 }
 .AnyTagClassName
 {
   color: #526820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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