Html Css Color HEX #526C34 Green Leaf

📋 copy color: '#526C34'

red 82 ◦ green 108 ◦ blue 52

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

Shades of Green Leaf #526C34

Tints of Green Leaf #526C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

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

R = 33.88%
G = 44.63%
B = 21.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#526C34 (or 0x526C34) is known color: Green Leaf. HEX triplet: 52, 6C and 34. RGB value is (82,108,52). Sum of RGB (Red+Green+Blue) = 82+108+52=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #526C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C34 is #AD93CB. Grayscale: #5E5E5E. Windows color (decimal): -11375564 or 3435602. OLE color: 3435602.

HSL color Cylindrical-coordinate representation of color #526C34: hue angle of 87.86º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526C34 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 52 -
CMYK 0.24 0 0.52 0.58
HSL 87.86º 0.35% 0.31% -
HSV(B) 87.86º 0.52% 0.42% -
XYZ 9.46 12.77 5.21 -
YUV 93.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 82 108 52 0.24 0 0.52 0.58 87.86 0.35 0.31
Hex 52 6C 34 18 0 34 3A 58 23 1F
Octal 122 154 64 30 0 64 72 130 43 37
Binary 1010010 1101100 110100 11000 0 110100 111010 1011000 100011 11111

Color Harmonies of #526C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C34

Black with #526C34

Text Example


Text Example

White with #526C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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