Html Css Color HEX #527C21 Green Leaf

📋 copy color: '#527C21'

red 82 ◦ green 124 ◦ blue 33

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

Shades of Green Leaf #527C21

Tints of Green Leaf #527C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.88%

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

R = 34.31%
G = 51.88%
B = 13.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#527C21 (or 0x527C21) is known color: Green Leaf. HEX triplet: 52, 7C and 21. RGB value is (82,124,33). Sum of RGB (Red+Green+Blue) = 82+124+33=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #527C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C21 is #AD83DE. Grayscale: #656565. Windows color (decimal): -11371487 or 2194514. OLE color: 2194514.

HSL color Cylindrical-coordinate representation of color #527C21: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #527C21 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 33 -
CMYK 0.34 0 0.73 0.51
HSL 87.69º 0.58% 0.31% -
HSV(B) 87.69º 0.73% 0.49% -
XYZ 10.96 16.32 4.01 -
YUV 101.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 82 124 33 0.34 0 0.73 0.51 87.69 0.58 0.31
Hex 52 7C 21 22 0 49 33 58 3A 1F
Octal 122 174 41 42 0 111 63 130 72 37
Binary 1010010 1111100 100001 100010 0 1001001 110011 1011000 111010 11111

Color Harmonies of #527C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C21

Black with #527C21

Text Example


Text Example

White with #527C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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