Html Css Color HEX #507C1F Green Leaf

📋 copy color: '#507C1F'

red 80 ◦ green 124 ◦ blue 31

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

Shades of Green Leaf #507C1F

Tints of Green Leaf #507C1F

RGB

 RED value IS 80 (31.64% from 255) = 34.04%

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

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

R = 34.04%
G = 52.77%
B = 13.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#507C1F (or 0x507C1F) is known color: Green Leaf. HEX triplet: 50, 7C and 1F. RGB value is (80,124,31). Sum of RGB (Red+Green+Blue) = 80+124+31=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #507C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C1F is #AF83E0. Grayscale: #646464. Windows color (decimal): -11502561 or 2063440. OLE color: 2063440.

HSL color Cylindrical-coordinate representation of color #507C1F: hue angle of 88.39º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #507C1F is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 31 -
CMYK 0.35 0 0.75 0.51
HSL 88.39º 0.6% 0.3% -
HSV(B) 88.39º 0.75% 0.49% -
XYZ 10.76 16.22 3.86 -
YUV 100.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 80 124 31 0.35 0 0.75 0.51 88.39 0.6 0.3
Hex 50 7C 1F 23 0 4B 33 58 3C 1E
Octal 120 174 37 43 0 113 63 130 74 36
Binary 1010000 1111100 11111 100011 0 1001011 110011 1011000 111100 11110

Color Harmonies of #507C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C1F

Black with #507C1F

Text Example


Text Example

White with #507C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C1F; }

 p { color: rgb(80,124,31); }

 H1.HeaderClassName
 {
   color: #507C1F;
 }
 .AnyTagClassName
 {
   color: #507C1F;
 }
</style>

background-color css

<style>
 a { background-color: #507C1F; }

 a { background-color: rgb(80,124,31); }

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

border-color css

<style>
 span { border-color: #507C1F; }

 span { border-color: rgb(80,124,31); }

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