#526825

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

Shades of Green Leaf #526825

Tints of Green Leaf #526825

Color information

#526825 (or 0x526825) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 25. RGB value is (82,104,37). Sum of RGB (Red+Green+Blue) = 82+104+37=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #526825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526825 is #AD97DA. Grayscale: #5A5A5A. Windows color (decimal): -11376603 or 2451538. OLE color: 2451538.

HSL color Cylindrical-coordinate representation of color #526825: hue angle of 79.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526825 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB8210437-
CMYK0.2100.640.59
HSL79.7º47.52%27.65%-
HSV(B)79.7º64.42%40.78%-
XYZ8.7611.833.57-
YUV89.7898.21122.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=36.77%
G=46.64%
B=16.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104370.2100.640.5979.747.5227.65
Hex526825150403B50301c
Octal12215045250100731206034
Binary101001011010001001011010101000000111011101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526825; }

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

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

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

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

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

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

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

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