Html Css Color HEX #517C20 Green Leaf

📋 copy color: '#517C20'

red 81 ◦ green 124 ◦ blue 32

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

Shades of Green Leaf #517C20

Tints of Green Leaf #517C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 34.18%
G = 52.32%
B = 13.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#517C20 (or 0x517C20) is known color: Green Leaf. HEX triplet: 51, 7C and 20. RGB value is (81,124,32). Sum of RGB (Red+Green+Blue) = 81+124+32=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #517C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517C20 is #AE83DF. Grayscale: #646464. Windows color (decimal): -11437024 or 2128977. OLE color: 2128977.

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

Color convert

RGB 81 124 32 -
CMYK 0.35 0 0.74 0.51
HSL 88.04º 0.59% 0.31% -
HSV(B) 88.04º 0.74% 0.49% -
XYZ 10.86 16.27 3.93 -
YUV 100.66 89.25 113.98 -
System Red Green Blue C M Y K H S L
Decimal 81 124 32 0.35 0 0.74 0.51 88.04 0.59 0.31
Hex 51 7C 20 23 0 4A 33 58 3B 1F
Octal 121 174 40 43 0 112 63 130 73 37
Binary 1010001 1111100 100000 100011 0 1001010 110011 1011000 111011 11111

Color Harmonies of #517C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C20

Black with #517C20

Text Example


Text Example

White with #517C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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