Html Css Color HEX #517414 Green Leaf

📋 copy color: '#517414'

red 81 ◦ green 116 ◦ blue 20

#517414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #517414

Tints of Green Leaf #517414

RGB

 RED value IS 81 (32.03% from 255) = 37.33%

 GREEN value IS 116 (45.7% from 255) = 53.46%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 37.33%
G = 53.46%
B = 9.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#517414 (or 0x517414) is known color: Green Leaf. HEX triplet: 51, 74 and 14. RGB value is (81,116,20). Sum of RGB (Red+Green+Blue) = 81+116+20=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #517414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517414 is #AE8BEB. Grayscale: #5E5E5E. Windows color (decimal): -11439084 or 1340497. OLE color: 1340497.

HSL color Cylindrical-coordinate representation of color #517414: hue angle of 81.87º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #517414 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 20 -
CMYK 0.30 0 0.83 0.55
HSL 81.87º 0.71% 0.27% -
HSV(B) 81.87º 0.83% 0.45% -
XYZ 9.76 14.29 2.91 -
YUV 94.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 81 116 20 0.30 0 0.83 0.55 81.87 0.71 0.27
Hex 51 74 14 1E 0 53 37 52 47 1B
Octal 121 164 24 36 0 123 67 122 107 33
Binary 1010001 1110100 10100 11110 0 1010011 110111 1010010 1000111 11011

Color Harmonies of #517414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517414

Black with #517414

Text Example


Text Example

White with #517414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517414; }

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

 H1.HeaderClassName
 {
   color: #517414;
 }
 .AnyTagClassName
 {
   color: #517414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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