#526625

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

Shades of Green Leaf #526625

Tints of Green Leaf #526625

Color information

#526625 (or 0x526625) is unknown color: approx Green Leaf. HEX triplet: 52, 66 and 25. RGB value is (82,102,37). Sum of RGB (Red+Green+Blue) = 82+102+37=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #526625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526625 is #AD99DA. Grayscale: #585858. Windows color (decimal): -11377115 or 2451026. OLE color: 2451026.

HSL color Cylindrical-coordinate representation of color #526625: hue angle of 78.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526625 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB8210237-
CMYK0.2000.640.6
HSL78.46º46.76%27.25%-
HSV(B)78.46º63.73%40%-
XYZ8.5611.433.51-
YUV88.6198.87123.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=37.10%
G=46.15%
B=16.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102370.2000.640.678.4646.7627.25
Hex526625140403C4e2f1b
Octal12214645240100741165733
Binary101001011001101001011010001000000111100100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526625; }

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

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

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

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

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

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

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

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