Html Css Color HEX #507314 Green Leaf

📋 copy color: '#507314'

red 80 ◦ green 115 ◦ blue 20

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

Shades of Green Leaf #507314

Tints of Green Leaf #507314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 37.21%
G = 53.49%
B = 9.3%

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

#507314 (or 0x507314) is known color: Green Leaf. HEX triplet: 50, 73 and 14. RGB value is (80,115,20). Sum of RGB (Red+Green+Blue) = 80+115+20=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #507314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507314 is #AF8CEB. Grayscale: #5E5E5E. Windows color (decimal): -11504876 or 1340240. OLE color: 1340240.

HSL color Cylindrical-coordinate representation of color #507314: hue angle of 82.11º degrees, saturation: 0.7, 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 #507314 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 20 -
CMYK 0.30 0 0.83 0.55
HSL 82.11º 0.7% 0.26% -
HSV(B) 82.11º 0.83% 0.45% -
XYZ 9.57 14.02 2.86 -
YUV 93.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 80 115 20 0.30 0 0.83 0.55 82.11 0.7 0.26
Hex 50 73 14 1E 0 53 37 52 46 1A
Octal 120 163 24 36 0 123 67 122 106 32
Binary 1010000 1110011 10100 11110 0 1010011 110111 1010010 1000110 11010

Color Harmonies of #507314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507314

Black with #507314

Text Example


Text Example

White with #507314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507314; }

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

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

background-color css

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

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

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

border-color css

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

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

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