Html Css Color HEX #526F36 Green Leaf

📋 copy color: '#526F36'

red 82 ◦ green 111 ◦ blue 54

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

Shades of Green Leaf #526F36

Tints of Green Leaf #526F36

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 33.2%
G = 44.94%
B = 21.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#526F36 (or 0x526F36) is known color: Green Leaf. HEX triplet: 52, 6F and 36. RGB value is (82,111,54). Sum of RGB (Red+Green+Blue) = 82+111+54=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #526F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F36 is #AD90C9. Grayscale: #606060. Windows color (decimal): -11374794 or 3567442. OLE color: 3567442.

HSL color Cylindrical-coordinate representation of color #526F36: hue angle of 90.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #526F36 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 54 -
CMYK 0.26 0 0.51 0.56
HSL 90.53º 0.35% 0.32% -
HSV(B) 90.53º 0.51% 0.44% -
XYZ 9.83 13.43 5.56 -
YUV 95.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 82 111 54 0.26 0 0.51 0.56 90.53 0.35 0.32
Hex 52 6F 36 1A 0 33 38 5B 23 20
Octal 122 157 66 32 0 63 70 133 43 40
Binary 1010010 1101111 110110 11010 0 110011 111000 1011011 100011 100000

Color Harmonies of #526F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F36

Black with #526F36

Text Example


Text Example

White with #526F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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