Html Css Color HEX #526E36 Green Leaf

📋 copy color: '#526E36'

red 82 ◦ green 110 ◦ blue 54

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

Shades of Green Leaf #526E36

Tints of Green Leaf #526E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 33.33%
G = 44.72%
B = 21.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#526E36 (or 0x526E36) is known color: Green Leaf. HEX triplet: 52, 6E and 36. RGB value is (82,110,54). Sum of RGB (Red+Green+Blue) = 82+110+54=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #526E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E36 is #AD91C9. Grayscale: #5F5F5F. Windows color (decimal): -11375050 or 3567186. OLE color: 3567186.

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

Color convert

RGB 82 110 54 -
CMYK 0.25 0 0.51 0.57
HSL 90º 0.34% 0.32% -
HSV(B) 90º 0.51% 0.43% -
XYZ 9.72 13.21 5.53 -
YUV 95.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 82 110 54 0.25 0 0.51 0.57 90 0.34 0.32
Hex 52 6E 36 19 0 33 39 5A 22 20
Octal 122 156 66 31 0 63 71 132 42 40
Binary 1010010 1101110 110110 11001 0 110011 111001 1011010 100010 100000

Color Harmonies of #526E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E36

Black with #526E36

Text Example


Text Example

White with #526E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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