#526523

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

Shades of Green Leaf #526523

Tints of Green Leaf #526523

Color information

#526523 (or 0x526523) is unknown color: approx Green Leaf. HEX triplet: 52, 65 and 23. RGB value is (82,101,35). Sum of RGB (Red+Green+Blue) = 82+101+35=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #526523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526523 is #AD9ADC. Grayscale: #585858. Windows color (decimal): -11377373 or 2319698. OLE color: 2319698.

HSL color Cylindrical-coordinate representation of color #526523: hue angle of 77.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526523 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB8210135-
CMYK0.1900.650.60
HSL77.27º48.53%26.67%-
HSV(B)77.27º65.35%39.61%-
XYZ8.4411.223.31-
YUV87.898.21123.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=37.61%
G=46.33%
B=16.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101350.1900.650.6077.2748.5326.67
Hex526523130413C4d311b
Octal12214543230101741156133
Binary101001011001011000111001101000001111100100110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526523; }

 p { color: rgb(82,101,35); }

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

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

 a { background-color: rgb(82,101,35); }

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

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

 span { border-color: rgb(82,101,35); }

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