Html Css Color HEX #527420 Green Leaf

📋 copy color: '#527420'

red 82 ◦ green 116 ◦ blue 32

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

Shades of Green Leaf #527420

Tints of Green Leaf #527420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.43%

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

R = 35.65%
G = 50.43%
B = 13.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#527420 (or 0x527420) is known color: Green Leaf. HEX triplet: 52, 74 and 20. RGB value is (82,116,32). Sum of RGB (Red+Green+Blue) = 82+116+32=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #527420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527420 is #AD8BDF. Grayscale: #606060. Windows color (decimal): -11373536 or 2126930. OLE color: 2126930.

HSL color Cylindrical-coordinate representation of color #527420: hue angle of 84.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #527420 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 32 -
CMYK 0.29 0 0.72 0.55
HSL 84.29º 0.57% 0.29% -
HSV(B) 84.29º 0.72% 0.45% -
XYZ 9.99 14.39 3.62 -
YUV 96.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 82 116 32 0.29 0 0.72 0.55 84.29 0.57 0.29
Hex 52 74 20 1D 0 48 37 54 39 1D
Octal 122 164 40 35 0 110 67 124 71 35
Binary 1010010 1110100 100000 11101 0 1001000 110111 1010100 111001 11101

Color Harmonies of #527420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527420

Black with #527420

Text Example


Text Example

White with #527420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527420; }

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

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

background-color css

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

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

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

border-color css

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

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

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