Html Css Color HEX #527721 Green Leaf

📋 copy color: '#527721'

red 82 ◦ green 119 ◦ blue 33

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

Shades of Green Leaf #527721

Tints of Green Leaf #527721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.85%

 BLUE value IS 33 (13.28% from 255) = 14.1%

R = 35.04%
G = 50.85%
B = 14.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#527721 (or 0x527721) is known color: Green Leaf. HEX triplet: 52, 77 and 21. RGB value is (82,119,33). Sum of RGB (Red+Green+Blue) = 82+119+33=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #527721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527721 is #AD88DE. Grayscale: #626262. Windows color (decimal): -11372767 or 2193234. OLE color: 2193234.

HSL color Cylindrical-coordinate representation of color #527721: hue angle of 85.81º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #527721 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 33 -
CMYK 0.31 0 0.72 0.53
HSL 85.81º 0.57% 0.3% -
HSV(B) 85.81º 0.72% 0.47% -
XYZ 10.35 15.1 3.81 -
YUV 98.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 82 119 33 0.31 0 0.72 0.53 85.81 0.57 0.3
Hex 52 77 21 1F 0 48 35 56 39 1E
Octal 122 167 41 37 0 110 65 126 71 36
Binary 1010010 1110111 100001 11111 0 1001000 110101 1010110 111001 11110

Color Harmonies of #527721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527721

Black with #527721

Text Example


Text Example

White with #527721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527721; }

 p { color: rgb(82,119,33); }

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

background-color css

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

 a { background-color: rgb(82,119,33); }

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

border-color css

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

 span { border-color: rgb(82,119,33); }

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