#526931

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

Shades of Green Leaf #526931

Tints of Green Leaf #526931

Color information

#526931 (or 0x526931) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 31. RGB value is (82,105,49). Sum of RGB (Red+Green+Blue) = 82+105+49=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #526931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526931 is #AD96CE. Grayscale: #5B5B5B. Windows color (decimal): -11376335 or 3238226. OLE color: 3238226.

HSL color Cylindrical-coordinate representation of color #526931: hue angle of 84.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526931 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB8210549-
CMYK0.2200.530.59
HSL84.64º36.36%30.2%-
HSV(B)84.64º53.33%41.18%-
XYZ9.0912.124.77-
YUV91.74103.88121.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=34.75%
G=44.49%
B=20.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105490.2200.530.5984.6436.3630.2
Hex526931160353B55241e
Octal1221516126065731254436
Binary10100101101001110001101100110101111011101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526931; }

 p { color: rgb(82,105,49); }

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

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

 a { background-color: rgb(82,105,49); }

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

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

 span { border-color: rgb(82,105,49); }

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