Html Css Color HEX #517114 Green Leaf

📋 copy color: '#517114'

red 81 ◦ green 113 ◦ blue 20

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

Shades of Green Leaf #517114

Tints of Green Leaf #517114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

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

R = 37.85%
G = 52.8%
B = 9.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#517114 (or 0x517114) is known color: Green Leaf. HEX triplet: 51, 71 and 14. RGB value is (81,113,20). Sum of RGB (Red+Green+Blue) = 81+113+20=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #517114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517114 is #AE8EEB. Grayscale: #5D5D5D. Windows color (decimal): -11439852 or 1339729. OLE color: 1339729.

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

Color convert

RGB 81 113 20 -
CMYK 0.28 0 0.82 0.56
HSL 80.65º 0.7% 0.26% -
HSV(B) 80.65º 0.82% 0.44% -
XYZ 9.42 13.61 2.79 -
YUV 92.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 81 113 20 0.28 0 0.82 0.56 80.65 0.7 0.26
Hex 51 71 14 1C 0 52 38 51 46 1A
Octal 121 161 24 34 0 122 70 121 106 32
Binary 1010001 1110001 10100 11100 0 1010010 111000 1010001 1000110 11010

Color Harmonies of #517114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517114

Black with #517114

Text Example


Text Example

White with #517114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517114; }

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

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

background-color css

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

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

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

border-color css

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

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

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