Html Css Color HEX #526D20 Green Leaf

📋 copy color: '#526D20'

red 82 ◦ green 109 ◦ blue 32

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

Shades of Green Leaf #526D20

Tints of Green Leaf #526D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.88%

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

R = 36.77%
G = 48.88%
B = 14.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#526D20 (or 0x526D20) is known color: Green Leaf. HEX triplet: 52, 6D and 20. RGB value is (82,109,32). Sum of RGB (Red+Green+Blue) = 82+109+32=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #526D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D20 is #AD92DF. Grayscale: #5C5C5C. Windows color (decimal): -11375328 or 2125138. OLE color: 2125138.

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

Color convert

RGB 82 109 32 -
CMYK 0.25 0 0.71 0.57
HSL 81.04º 0.55% 0.28% -
HSV(B) 81.04º 0.71% 0.43% -
XYZ 9.21 12.84 3.36 -
YUV 92.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 82 109 32 0.25 0 0.71 0.57 81.04 0.55 0.28
Hex 52 6D 20 19 0 47 39 51 37 1C
Octal 122 155 40 31 0 107 71 121 67 34
Binary 1010010 1101101 100000 11001 0 1000111 111001 1010001 110111 11100

Color Harmonies of #526D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D20

Black with #526D20

Text Example


Text Example

White with #526D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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