Html Css Color HEX #517A1F Green Leaf

📋 copy color: '#517A1F'

red 81 ◦ green 122 ◦ blue 31

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

Shades of Green Leaf #517A1F

Tints of Green Leaf #517A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.14%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 34.62%
G = 52.14%
B = 13.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#517A1F (or 0x517A1F) is known color: Green Leaf. HEX triplet: 51, 7A and 1F. RGB value is (81,122,31). Sum of RGB (Red+Green+Blue) = 81+122+31=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #517A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517A1F is #AE85E0. Grayscale: #636363. Windows color (decimal): -11437537 or 2062929. OLE color: 2062929.

HSL color Cylindrical-coordinate representation of color #517A1F: hue angle of 87.03º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #517A1F is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 122 31 -
CMYK 0.34 0 0.75 0.52
HSL 87.03º 0.59% 0.3% -
HSV(B) 87.03º 0.75% 0.48% -
XYZ 10.6 15.77 3.78 -
YUV 99.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 81 122 31 0.34 0 0.75 0.52 87.03 0.59 0.3
Hex 51 7A 1F 22 0 4B 34 57 3B 1E
Octal 121 172 37 42 0 113 64 127 73 36
Binary 1010001 1111010 11111 100010 0 1001011 110100 1010111 111011 11110

Color Harmonies of #517A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A1F

Black with #517A1F

Text Example


Text Example

White with #517A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,122,31); }

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

background-color css

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

 a { background-color: rgb(81,122,31); }

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

border-color css

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

 span { border-color: rgb(81,122,31); }

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