Html Css Color HEX #527520 Green Leaf

📋 copy color: '#527520'

red 82 ◦ green 117 ◦ blue 32

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

Shades of Green Leaf #527520

Tints of Green Leaf #527520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.65%

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

R = 35.5%
G = 50.65%
B = 13.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#527520 (or 0x527520) is known color: Green Leaf. HEX triplet: 52, 75 and 20. RGB value is (82,117,32). Sum of RGB (Red+Green+Blue) = 82+117+32=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #527520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527520 is #AD8ADF. Grayscale: #616161. Windows color (decimal): -11373280 or 2127186. OLE color: 2127186.

HSL color Cylindrical-coordinate representation of color #527520: hue angle of 84.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #527520 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 32 -
CMYK 0.30 0 0.73 0.54
HSL 84.71º 0.57% 0.29% -
HSV(B) 84.71º 0.73% 0.46% -
XYZ 10.1 14.62 3.66 -
YUV 96.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 82 117 32 0.30 0 0.73 0.54 84.71 0.57 0.29
Hex 52 75 20 1E 0 49 36 55 39 1D
Octal 122 165 40 36 0 111 66 125 71 35
Binary 1010010 1110101 100000 11110 0 1001001 110110 1010101 111001 11101

Color Harmonies of #527520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527520

Black with #527520

Text Example


Text Example

White with #527520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527520; }

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

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

background-color css

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

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

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

border-color css

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

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

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