#526623

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

Shades of Green Leaf #526623

Tints of Green Leaf #526623

Color information

#526623 (or 0x526623) is unknown color: approx Green Leaf. HEX triplet: 52, 66 and 23. RGB value is (82,102,35). Sum of RGB (Red+Green+Blue) = 82+102+35=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #526623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526623 is #AD99DC. Grayscale: #585858. Windows color (decimal): -11377117 or 2319954. OLE color: 2319954.

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

Color convert

RGB8210235-
CMYK0.2000.660.6
HSL77.91º48.91%26.86%-
HSV(B)77.91º65.69%40%-
XYZ8.5311.423.34-
YUV88.3897.87123.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=37.44%
G=46.58%
B=15.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102350.2000.660.677.9148.9126.86
Hex526623140423C4e311b
Octal12214643240102741166133
Binary101001011001101000111010001000010111100100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526623; }

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

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

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

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

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

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

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

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