#526F32

Color #526F32 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526F32

Tints of Green Leaf #526F32

Color information

#526F32 (or 0x526F32) is unknown color: approx 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

RGB8211150-
CMYK0.2600.550.56
HSL88.52º37.89%31.57%-
HSV(B)88.52º54.95%43.53%-
XYZ9.7413.395.09-
YUV95.38102.39118.46-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111500.2600.550.5688.5237.8931.57
Hex526F321A03738592620
Octal1221576232067701314640
Binary101001011011111100101101001101111110001011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>