#527326

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

Shades of Green Leaf #527326

Tints of Green Leaf #527326

Color information

#527326 (or 0x527326) is unknown color: approx Green Leaf. HEX triplet: 52, 73 and 26. RGB value is (82,115,38). Sum of RGB (Red+Green+Blue) = 82+115+38=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #527326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527326 is #AD8CD9. Grayscale: #606060. Windows color (decimal): -11373786 or 2519890. OLE color: 2519890.

HSL color Cylindrical-coordinate representation of color #527326: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527326 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB8211538-
CMYK0.2900.670.55
HSL85.71º50.33%30%-
HSV(B)85.71º66.96%45.1%-
XYZ9.9614.24.05-
YUV96.3595.07117.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=34.89%
G=48.94%
B=16.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115380.2900.670.5585.7150.3330
Hex5273261D0433756321e
Octal12216346350103671266236
Binary101001011100111001101110101000011110111101011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527326; }

 p { color: rgb(82,115,38); }

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

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

 a { background-color: rgb(82,115,38); }

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

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

 span { border-color: rgb(82,115,38); }

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