Html Css Color HEX #517C0E Green Leaf

📋 copy color: '#517C0E'

red 81 ◦ green 124 ◦ blue 14

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

Shades of Green Leaf #517C0E

Tints of Green Leaf #517C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.39%

R = 36.99%
G = 56.62%
B = 6.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#517C0E (or 0x517C0E) is known color: Green Leaf. HEX triplet: 51, 7C and 0E. RGB value is (81,124,14). Sum of RGB (Red+Green+Blue) = 81+124+14=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #517C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517C0E is #AE83F1. Grayscale: #636363. Windows color (decimal): -11437042 or 949329. OLE color: 949329.

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

Color convert

RGB 81 124 14 -
CMYK 0.35 0 0.89 0.51
HSL 83.45º 0.8% 0.27% -
HSV(B) 83.45º 0.89% 0.49% -
XYZ 10.68 16.2 2.98 -
YUV 98.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 81 124 14 0.35 0 0.89 0.51 83.45 0.8 0.27
Hex 51 7C E 23 0 59 33 53 50 1B
Octal 121 174 16 43 0 131 63 123 120 33
Binary 1010001 1111100 1110 100011 0 1011001 110011 1010011 1010000 11011

Color Harmonies of #517C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C0E

Black with #517C0E

Text Example


Text Example

White with #517C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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