#526628

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

Shades of Green Leaf #526628

Tints of Green Leaf #526628

Color information

#526628 (or 0x526628) is unknown color: approx Green Leaf. HEX triplet: 52, 66 and 28. RGB value is (82,102,40). Sum of RGB (Red+Green+Blue) = 82+102+40=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #526628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526628 is #AD99D7. Grayscale: #595959. Windows color (decimal): -11377112 or 2647634. OLE color: 2647634.

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

Color convert

RGB8210240-
CMYK0.2000.610.6
HSL79.35º43.66%27.84%-
HSV(B)79.35º60.78%40%-
XYZ8.6111.453.76-
YUV88.95100.37123.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=36.61%
G=45.54%
B=17.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102400.2000.610.679.3543.6627.84
Hex5266281403D3C4f2c1c
Octal1221465024075741175434
Binary10100101100110101000101000111101111100100111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526628; }

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

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

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

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

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

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

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

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