Html Css Color HEX #527020 Green Leaf

📋 copy color: '#527020'

red 82 ◦ green 112 ◦ blue 32

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

Shades of Green Leaf #527020

Tints of Green Leaf #527020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

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

R = 36.28%
G = 49.56%
B = 14.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#527020 (or 0x527020) is known color: Green Leaf. HEX triplet: 52, 70 and 20. RGB value is (82,112,32). Sum of RGB (Red+Green+Blue) = 82+112+32=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #527020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527020 is #AD8FDF. Grayscale: #5E5E5E. Windows color (decimal): -11374560 or 2125906. OLE color: 2125906.

HSL color Cylindrical-coordinate representation of color #527020: hue angle of 82.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #527020 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 32 -
CMYK 0.27 0 0.71 0.56
HSL 82.5º 0.56% 0.28% -
HSV(B) 82.5º 0.71% 0.44% -
XYZ 9.53 13.49 3.47 -
YUV 93.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 82 112 32 0.27 0 0.71 0.56 82.5 0.56 0.28
Hex 52 70 20 1B 0 47 38 52 38 1C
Octal 122 160 40 33 0 107 70 122 70 34
Binary 1010010 1110000 100000 11011 0 1000111 111000 1010010 111000 11100

Color Harmonies of #527020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527020

Black with #527020

Text Example


Text Example

White with #527020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527020; }

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

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

background-color css

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

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

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

border-color css

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

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

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