#526F25

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

Shades of Green Leaf #526F25

Tints of Green Leaf #526F25

Color information

#526F25 (or 0x526F25) is unknown color: approx Green Leaf. HEX triplet: 52, 6F and 25. RGB value is (82,111,37). Sum of RGB (Red+Green+Blue) = 82+111+37=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #526F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F25 is #AD90DA. Grayscale: #5E5E5E. Windows color (decimal): -11374811 or 2453330. OLE color: 2453330.

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

Color convert

RGB8211137-
CMYK0.2600.670.56
HSL83.51º50%29.02%-
HSV(B)83.51º66.67%43.53%-
XYZ9.513.33.82-
YUV93.8995.89119.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=35.65%
G=48.26%
B=16.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111370.2600.670.5683.515029.02
Hex526F251A0433854321d
Octal12215745320103701246235
Binary101001011011111001011101001000011111000101010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #526F25;
 }
 .AnyTagClassName
 {
   color: #526F25;
 }
</style>
background-color css

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

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

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

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

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

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