#517914

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

Shades of Green Leaf #517914

Tints of Green Leaf #517914

Color information

#517914 (or 0x517914) is unknown color: approx Green Leaf. HEX triplet: 51, 79 and 14. RGB value is (81,121,20). Sum of RGB (Red+Green+Blue) = 81+121+20=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #517914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517914 is #AE86EB. Grayscale: #616161. Windows color (decimal): -11437804 or 1341777. OLE color: 1341777.

HSL color Cylindrical-coordinate representation of color #517914: hue angle of 83.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #517914 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB8112120-
CMYK0.3300.830.53
HSL83.76º71.63%27.65%-
HSV(B)83.76º83.47%47.45%-
XYZ10.3615.473.1-
YUV97.5384.25116.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=36.49%
G=54.50%
B=9.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81121200.3300.830.5383.7671.6327.65
Hex517914210533554481c
Octal121171244101236512411034
Binary1010001111100110100100001010100111101011010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517914; }

 p { color: rgb(81,121,20); }

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

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

 a { background-color: rgb(81,121,20); }

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

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

 span { border-color: rgb(81,121,20); }

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