Html Css Color HEX #526829 Green Leaf

📋 copy color: '#526829'

red 82 ◦ green 104 ◦ blue 41

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

Shades of Green Leaf #526829

Tints of Green Leaf #526829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 36.12%
G = 45.81%
B = 18.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#526829 (or 0x526829) is known color: Green Leaf. HEX triplet: 52, 68 and 29. RGB value is (82,104,41). Sum of RGB (Red+Green+Blue) = 82+104+41=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #526829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526829 is #AD97D6. Grayscale: #5A5A5A. Windows color (decimal): -11376599 or 2713682. OLE color: 2713682.

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

Color convert

RGB 82 104 41 -
CMYK 0.21 0 0.61 0.59
HSL 80.95º 0.43% 0.28% -
HSV(B) 80.95º 0.61% 0.41% -
XYZ 8.83 11.85 3.92 -
YUV 90.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 82 104 41 0.21 0 0.61 0.59 80.95 0.43 0.28
Hex 52 68 29 15 0 3D 3B 51 2B 1C
Octal 122 150 51 25 0 75 73 121 53 34
Binary 1010010 1101000 101001 10101 0 111101 111011 1010001 101011 11100

Color Harmonies of #526829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526829

Black with #526829

Text Example


Text Example

White with #526829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526829; }

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

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

background-color css

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

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

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

border-color css

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

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

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