Html Css Color HEX #527220 Green Leaf

📋 copy color: '#527220'

red 82 ◦ green 114 ◦ blue 32

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

Shades of Green Leaf #527220

Tints of Green Leaf #527220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 35.96%
G = 50%
B = 14.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#527220 (or 0x527220) is known color: Green Leaf. HEX triplet: 52, 72 and 20. RGB value is (82,114,32). Sum of RGB (Red+Green+Blue) = 82+114+32=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #527220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527220 is #AD8DDF. Grayscale: #5F5F5F. Windows color (decimal): -11374048 or 2126418. OLE color: 2126418.

HSL color Cylindrical-coordinate representation of color #527220: hue angle of 83.41º degrees, saturation: 0.56, 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 #527220 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 32 -
CMYK 0.28 0 0.72 0.55
HSL 83.41º 0.56% 0.29% -
HSV(B) 83.41º 0.72% 0.45% -
XYZ 9.76 13.93 3.54 -
YUV 95.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 82 114 32 0.28 0 0.72 0.55 83.41 0.56 0.29
Hex 52 72 20 1C 0 48 37 53 38 1D
Octal 122 162 40 34 0 110 67 123 70 35
Binary 1010010 1110010 100000 11100 0 1001000 110111 1010011 111000 11101

Color Harmonies of #527220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527220

Black with #527220

Text Example


Text Example

White with #527220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527220; }

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

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

background-color css

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

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

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

border-color css

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

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

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