Html Css Color HEX #526A21 Green Leaf

📋 copy color: '#526A21'

red 82 ◦ green 106 ◦ blue 33

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

Shades of Green Leaf #526A21

Tints of Green Leaf #526A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.96%

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

R = 37.1%
G = 47.96%
B = 14.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#526A21 (or 0x526A21) is known color: Green Leaf. HEX triplet: 52, 6A and 21. RGB value is (82,106,33). Sum of RGB (Red+Green+Blue) = 82+106+33=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #526A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A21 is #AD95DE. Grayscale: #5A5A5A. Windows color (decimal): -11376095 or 2189906. OLE color: 2189906.

HSL color Cylindrical-coordinate representation of color #526A21: hue angle of 79.73º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #526A21 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 33 -
CMYK 0.23 0 0.69 0.58
HSL 79.73º 0.53% 0.27% -
HSV(B) 79.73º 0.69% 0.42% -
XYZ 8.91 12.21 3.33 -
YUV 90.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 82 106 33 0.23 0 0.69 0.58 79.73 0.53 0.27
Hex 52 6A 21 17 0 45 3A 50 35 1B
Octal 122 152 41 27 0 105 72 120 65 33
Binary 1010010 1101010 100001 10111 0 1000101 111010 1010000 110101 11011

Color Harmonies of #526A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A21

Black with #526A21

Text Example


Text Example

White with #526A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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