Html Css Color HEX #527829 Green Leaf

📋 copy color: '#527829'

red 82 ◦ green 120 ◦ blue 41

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

Shades of Green Leaf #527829

Tints of Green Leaf #527829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.38%

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

R = 33.74%
G = 49.38%
B = 16.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#527829 (or 0x527829) is known color: Green Leaf. HEX triplet: 52, 78 and 29. RGB value is (82,120,41). Sum of RGB (Red+Green+Blue) = 82+120+41=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #527829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527829 is #AD87D6. Grayscale: #636363. Windows color (decimal): -11372503 or 2717778. OLE color: 2717778.

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

Color convert

RGB 82 120 41 -
CMYK 0.32 0 0.66 0.53
HSL 88.86º 0.49% 0.32% -
HSV(B) 88.86º 0.66% 0.47% -
XYZ 10.6 15.39 4.51 -
YUV 99.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 82 120 41 0.32 0 0.66 0.53 88.86 0.49 0.32
Hex 52 78 29 20 0 42 35 59 31 20
Octal 122 170 51 40 0 102 65 131 61 40
Binary 1010010 1111000 101001 100000 0 1000010 110101 1011001 110001 100000

Color Harmonies of #527829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527829

Black with #527829

Text Example


Text Example

White with #527829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527829; }

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

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

background-color css

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

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

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

border-color css

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

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

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