Html Css Color HEX #517C14 Green Leaf

📋 copy color: '#517C14'

red 81 ◦ green 124 ◦ blue 20

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

Shades of Green Leaf #517C14

Tints of Green Leaf #517C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.11%

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

R = 36%
G = 55.11%
B = 8.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#517C14 (or 0x517C14) is known color: Green Leaf. HEX triplet: 51, 7C and 14. RGB value is (81,124,20). Sum of RGB (Red+Green+Blue) = 81+124+20=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #517C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517C14 is #AE83EB. Grayscale: #636363. Windows color (decimal): -11437036 or 1342545. OLE color: 1342545.

HSL color Cylindrical-coordinate representation of color #517C14: hue angle of 84.81º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #517C14 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 124 20 -
CMYK 0.35 0 0.84 0.51
HSL 84.81º 0.72% 0.28% -
HSV(B) 84.81º 0.84% 0.49% -
XYZ 10.73 16.22 3.23 -
YUV 99.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 81 124 20 0.35 0 0.84 0.51 84.81 0.72 0.28
Hex 51 7C 14 23 0 54 33 55 48 1C
Octal 121 174 24 43 0 124 63 125 110 34
Binary 1010001 1111100 10100 100011 0 1010100 110011 1010101 1001000 11100

Color Harmonies of #517C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C14

Black with #517C14

Text Example


Text Example

White with #517C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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