#526C23

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

Shades of Green Leaf #526C23

Tints of Green Leaf #526C23

Color information

#526C23 (or 0x526C23) is unknown color: approx Green Leaf. HEX triplet: 52, 6C and 23. RGB value is (82,108,35). Sum of RGB (Red+Green+Blue) = 82+108+35=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #526C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C23 is #AD93DC. Grayscale: #5C5C5C. Windows color (decimal): -11375581 or 2321490. OLE color: 2321490.

HSL color Cylindrical-coordinate representation of color #526C23: hue angle of 81.37º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526C23 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB8210835-
CMYK0.2400.680.58
HSL81.37º51.05%28.04%-
HSV(B)81.37º67.59%42.35%-
XYZ9.1512.643.55-
YUV91.995.89120.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=36.44%
G=48%
B=15.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108350.2400.680.5881.3751.0528.04
Hex526C23180443A51331c
Octal12215443300104721216334
Binary101001011011001000111100001000100111010101000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C23; }

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

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

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

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

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

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

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

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