Html Css Color HEX #526932 Green Leaf

📋 copy color: '#526932'

red 82 ◦ green 105 ◦ blue 50

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

Shades of Green Leaf #526932

Tints of Green Leaf #526932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

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

R = 34.6%
G = 44.3%
B = 21.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#526932 (or 0x526932) is known color: Green Leaf. HEX triplet: 52, 69 and 32. RGB value is (82,105,50). Sum of RGB (Red+Green+Blue) = 82+105+50=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #526932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526932 is #AD96CD. Grayscale: #5C5C5C. Windows color (decimal): -11376334 or 3303762. OLE color: 3303762.

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

Color convert

RGB 82 105 50 -
CMYK 0.22 0 0.52 0.59
HSL 85.09º 0.35% 0.3% -
HSV(B) 85.09º 0.52% 0.41% -
XYZ 9.11 12.13 4.88 -
YUV 91.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 82 105 50 0.22 0 0.52 0.59 85.09 0.35 0.3
Hex 52 69 32 16 0 34 3B 55 23 1E
Octal 122 151 62 26 0 64 73 125 43 36
Binary 1010010 1101001 110010 10110 0 110100 111011 1010101 100011 11110

Color Harmonies of #526932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526932

Black with #526932

Text Example


Text Example

White with #526932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526932; }

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

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

background-color css

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

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

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

border-color css

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

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

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