#517526

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

Shades of Green Leaf #517526

Tints of Green Leaf #517526

Color information

#517526 (or 0x517526) is unknown color: approx Green Leaf. HEX triplet: 51, 75 and 26. RGB value is (81,117,38). Sum of RGB (Red+Green+Blue) = 81+117+38=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #517526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517526 is #AE8AD9. Grayscale: #616161. Windows color (decimal): -11438810 or 2520401. OLE color: 2520401.

HSL color Cylindrical-coordinate representation of color #517526: hue angle of 87.34º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517526 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB8111738-
CMYK0.3100.680.54
HSL87.34º50.97%30.39%-
HSV(B)87.34º67.52%45.88%-
XYZ10.114.614.12-
YUV97.2394.57116.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=34.32%
G=49.58%
B=16.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117380.3100.680.5487.3450.9730.39
Hex5175261F0443657331e
Octal12116546370104661276336
Binary101000111101011001101111101000100110110101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517526; }

 p { color: rgb(81,117,38); }

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

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

 a { background-color: rgb(81,117,38); }

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

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

 span { border-color: rgb(81,117,38); }

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