#526937

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

Shades of Green Leaf #526937

Tints of Green Leaf #526937

Color information

#526937 (or 0x526937) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 37. RGB value is (82,105,55). Sum of RGB (Red+Green+Blue) = 82+105+55=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #526937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526937 is #AD96C8. Grayscale: #5C5C5C. Windows color (decimal): -11376329 or 3631442. OLE color: 3631442.

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

Color convert

RGB8210555-
CMYK0.2200.480.59
HSL87.6º31.25%31.37%-
HSV(B)87.6º47.62%41.18%-
XYZ9.2212.175.48-
YUV92.42106.88120.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=33.88%
G=43.39%
B=22.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105550.2200.480.5987.631.2531.37
Hex526937160303B581f1f
Octal1221516726060731303737
Binary1010010110100111011110110011000011101110110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526937; }

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

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

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

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

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

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

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

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