Html Css Color HEX #526821 Green Leaf

📋 copy color: '#526821'

red 82 ◦ green 104 ◦ blue 33

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

Shades of Green Leaf #526821

Tints of Green Leaf #526821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

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

R = 37.44%
G = 47.49%
B = 15.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#526821 (or 0x526821) is known color: Green Leaf. HEX triplet: 52, 68 and 21. RGB value is (82,104,33). Sum of RGB (Red+Green+Blue) = 82+104+33=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #526821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526821 is #AD97DE. Grayscale: #595959. Windows color (decimal): -11376607 or 2189394. OLE color: 2189394.

HSL color Cylindrical-coordinate representation of color #526821: hue angle of 78.59º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526821 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 33 -
CMYK 0.21 0 0.68 0.59
HSL 78.59º 0.52% 0.27% -
HSV(B) 78.59º 0.68% 0.41% -
XYZ 8.7 11.8 3.26 -
YUV 89.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 82 104 33 0.21 0 0.68 0.59 78.59 0.52 0.27
Hex 52 68 21 15 0 44 3B 4F 34 1B
Octal 122 150 41 25 0 104 73 117 64 33
Binary 1010010 1101000 100001 10101 0 1000100 111011 1001111 110100 11011

Color Harmonies of #526821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526821

Black with #526821

Text Example


Text Example

White with #526821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526821; }

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

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

background-color css

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

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

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

border-color css

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

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

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