Html Css Color HEX #527921 Green Leaf

📋 copy color: '#527921'

red 82 ◦ green 121 ◦ blue 33

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

Shades of Green Leaf #527921

Tints of Green Leaf #527921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.27%

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

R = 34.75%
G = 51.27%
B = 13.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#527921 (or 0x527921) is known color: Green Leaf. HEX triplet: 52, 79 and 21. RGB value is (82,121,33). Sum of RGB (Red+Green+Blue) = 82+121+33=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #527921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527921 is #AD86DE. Grayscale: #636363. Windows color (decimal): -11372255 or 2193746. OLE color: 2193746.

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

Color convert

RGB 82 121 33 -
CMYK 0.32 0 0.73 0.53
HSL 86.59º 0.57% 0.3% -
HSV(B) 86.59º 0.73% 0.47% -
XYZ 10.59 15.58 3.89 -
YUV 99.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 82 121 33 0.32 0 0.73 0.53 86.59 0.57 0.3
Hex 52 79 21 20 0 49 35 57 39 1E
Octal 122 171 41 40 0 111 65 127 71 36
Binary 1010010 1111001 100001 100000 0 1001001 110101 1010111 111001 11110

Color Harmonies of #527921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527921

Black with #527921

Text Example


Text Example

White with #527921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527921; }

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

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

background-color css

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

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

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

border-color css

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

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

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