Html Css Color HEX #507114 Green Leaf

📋 copy color: '#507114'

red 80 ◦ green 113 ◦ blue 20

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

Shades of Green Leaf #507114

Tints of Green Leaf #507114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.05%

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

R = 37.56%
G = 53.05%
B = 9.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#507114 (or 0x507114) is known color: Green Leaf. HEX triplet: 50, 71 and 14. RGB value is (80,113,20). Sum of RGB (Red+Green+Blue) = 80+113+20=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #507114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507114 is #AF8EEB. Grayscale: #5C5C5C. Windows color (decimal): -11505388 or 1339728. OLE color: 1339728.

HSL color Cylindrical-coordinate representation of color #507114: hue angle of 81.29º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #507114 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 20 -
CMYK 0.29 0 0.82 0.56
HSL 81.29º 0.7% 0.26% -
HSV(B) 81.29º 0.82% 0.44% -
XYZ 9.34 13.57 2.79 -
YUV 92.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 80 113 20 0.29 0 0.82 0.56 81.29 0.7 0.26
Hex 50 71 14 1D 0 52 38 51 46 1A
Octal 120 161 24 35 0 122 70 121 106 32
Binary 1010000 1110001 10100 11101 0 1010010 111000 1010001 1000110 11010

Color Harmonies of #507114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507114

Black with #507114

Text Example


Text Example

White with #507114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507114; }

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

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

background-color css

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

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

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

border-color css

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

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

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