Html Css Color HEX #517D2F Green Leaf

📋 copy color: '#517D2F'

red 81 ◦ green 125 ◦ blue 47

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

Shades of Green Leaf #517D2F

Tints of Green Leaf #517D2F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 32.02%
G = 49.41%
B = 18.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#517D2F (or 0x517D2F) is known color: Green Leaf. HEX triplet: 51, 7D and 2F. RGB value is (81,125,47). Sum of RGB (Red+Green+Blue) = 81+125+47=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #517D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517D2F is #AE82D0. Grayscale: #676767. Windows color (decimal): -11436753 or 3112273. OLE color: 3112273.

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

Color convert

RGB 81 125 47 -
CMYK 0.35 0 0.62 0.51
HSL 93.85º 0.45% 0.34% -
HSV(B) 93.85º 0.62% 0.49% -
XYZ 11.24 16.62 5.31 -
YUV 102.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 81 125 47 0.35 0 0.62 0.51 93.85 0.45 0.34
Hex 51 7D 2F 23 0 3E 33 5E 2D 22
Octal 121 175 57 43 0 76 63 136 55 42
Binary 1010001 1111101 101111 100011 0 111110 110011 1011110 101101 100010

Color Harmonies of #517D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D2F

Black with #517D2F

Text Example


Text Example

White with #517D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,47); }

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

background-color css

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

 a { background-color: rgb(81,125,47); }

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

border-color css

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

 span { border-color: rgb(81,125,47); }

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