#517026

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

Shades of Green Leaf #517026

Tints of Green Leaf #517026

Color information

#517026 (or 0x517026) is unknown color: approx Green Leaf. HEX triplet: 51, 70 and 26. RGB value is (81,112,38). Sum of RGB (Red+Green+Blue) = 81+112+38=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #517026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517026 is #AE8FD9. Grayscale: #5E5E5E. Windows color (decimal): -11440090 or 2519121. OLE color: 2519121.

HSL color Cylindrical-coordinate representation of color #517026: hue angle of 85.14º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517026 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB8111238-
CMYK0.2800.660.56
HSL85.14º49.33%29.41%-
HSV(B)85.14º66.07%43.92%-
XYZ9.5413.483.93-
YUV94.2996.23118.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=35.06%
G=48.48%
B=16.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112380.2800.660.5685.1449.3329.41
Hex5170261C0423855311d
Octal12116046340102701256135
Binary101000111100001001101110001000010111000101010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517026; }

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

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

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

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

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

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

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

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