Html Css Color HEX #526F32 Green Leaf

📋 copy color: '#526F32'

red 82 ◦ green 111 ◦ blue 50

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

Shades of Green Leaf #526F32

Tints of Green Leaf #526F32

RGB

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

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

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

R = 33.74%
G = 45.68%
B = 20.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#526F32 (or 0x526F32) is known color: Green Leaf. HEX triplet: 52, 6F and 32. RGB value is (82,111,50). Sum of RGB (Red+Green+Blue) = 82+111+50=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #526F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F32 is #AD90CD. Grayscale: #5F5F5F. Windows color (decimal): -11374798 or 3305298. OLE color: 3305298.

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

Color convert

RGB 82 111 50 -
CMYK 0.26 0 0.55 0.56
HSL 88.52º 0.38% 0.32% -
HSV(B) 88.52º 0.55% 0.44% -
XYZ 9.74 13.39 5.09 -
YUV 95.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 82 111 50 0.26 0 0.55 0.56 88.52 0.38 0.32
Hex 52 6F 32 1A 0 37 38 59 26 20
Octal 122 157 62 32 0 67 70 131 46 40
Binary 1010010 1101111 110010 11010 0 110111 111000 1011001 100110 100000

Color Harmonies of #526F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F32

Black with #526F32

Text Example


Text Example

White with #526F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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