Html Css Color HEX #526E32 Green Leaf

📋 copy color: '#526E32'

red 82 ◦ green 110 ◦ blue 50

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

Shades of Green Leaf #526E32

Tints of Green Leaf #526E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 33.88%
G = 45.45%
B = 20.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#526E32 (or 0x526E32) is known color: Green Leaf. HEX triplet: 52, 6E and 32. RGB value is (82,110,50). Sum of RGB (Red+Green+Blue) = 82+110+50=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #526E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E32 is #AD91CD. Grayscale: #5E5E5E. Windows color (decimal): -11375054 or 3305042. OLE color: 3305042.

HSL color Cylindrical-coordinate representation of color #526E32: hue angle of 88º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526E32 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 50 -
CMYK 0.25 0 0.55 0.57
HSL 88º 0.38% 0.31% -
HSV(B) 88º 0.55% 0.43% -
XYZ 9.63 13.18 5.05 -
YUV 94.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 82 110 50 0.25 0 0.55 0.57 88 0.38 0.31
Hex 52 6E 32 19 0 37 39 58 26 1F
Octal 122 156 62 31 0 67 71 130 46 37
Binary 1010010 1101110 110010 11001 0 110111 111001 1011000 100110 11111

Color Harmonies of #526E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E32

Black with #526E32

Text Example


Text Example

White with #526E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,50); }

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

background-color css

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

 a { background-color: rgb(82,110,50); }

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

border-color css

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

 span { border-color: rgb(82,110,50); }

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