Html Css Color HEX #526834 Green Leaf

📋 copy color: '#526834'

red 82 ◦ green 104 ◦ blue 52

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

Shades of Green Leaf #526834

Tints of Green Leaf #526834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 34.45%
G = 43.7%
B = 21.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#526834 (or 0x526834) is known color: Green Leaf. HEX triplet: 52, 68 and 34. RGB value is (82,104,52). Sum of RGB (Red+Green+Blue) = 82+104+52=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #526834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526834 is #AD97CB. Grayscale: #5B5B5B. Windows color (decimal): -11376588 or 3434578. OLE color: 3434578.

HSL color Cylindrical-coordinate representation of color #526834: hue angle of 85.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526834 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 52 -
CMYK 0.21 0 0.50 0.59
HSL 85.38º 0.33% 0.31% -
HSV(B) 85.38º 0.5% 0.41% -
XYZ 9.05 11.94 5.08 -
YUV 91.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 82 104 52 0.21 0 0.50 0.59 85.38 0.33 0.31
Hex 52 68 34 15 0 32 3B 55 21 1F
Octal 122 150 64 25 0 62 73 125 41 37
Binary 1010010 1101000 110100 10101 0 110010 111011 1010101 100001 11111

Color Harmonies of #526834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526834

Black with #526834

Text Example


Text Example

White with #526834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526834; }

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

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

background-color css

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

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

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

border-color css

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

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

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