Html Css Color HEX #507313 Green Leaf

📋 copy color: '#507313'

red 80 ◦ green 115 ◦ blue 19

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

Shades of Green Leaf #507313

Tints of Green Leaf #507313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.74%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 37.38%
G = 53.74%
B = 8.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#507313 (or 0x507313) is known color: Green Leaf. HEX triplet: 50, 73 and 13. RGB value is (80,115,19). Sum of RGB (Red+Green+Blue) = 80+115+19=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #507313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507313 is #AF8CEC. Grayscale: #5D5D5D. Windows color (decimal): -11504877 or 1274704. OLE color: 1274704.

HSL color Cylindrical-coordinate representation of color #507313: hue angle of 81.87º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #507313 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 19 -
CMYK 0.30 0 0.83 0.55
HSL 81.87º 0.72% 0.26% -
HSV(B) 81.87º 0.83% 0.45% -
XYZ 9.56 14.01 2.82 -
YUV 93.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 80 115 19 0.30 0 0.83 0.55 81.87 0.72 0.26
Hex 50 73 13 1E 0 53 37 52 48 1A
Octal 120 163 23 36 0 123 67 122 110 32
Binary 1010000 1110011 10011 11110 0 1010011 110111 1010010 1001000 11010

Color Harmonies of #507313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507313

Black with #507313

Text Example


Text Example

White with #507313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507313; }

 p { color: rgb(80,115,19); }

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

background-color css

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

 a { background-color: rgb(80,115,19); }

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

border-color css

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

 span { border-color: rgb(80,115,19); }

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