Html Css Color HEX #507614 Green Leaf

📋 copy color: '#507614'

red 80 ◦ green 118 ◦ blue 20

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

Shades of Green Leaf #507614

Tints of Green Leaf #507614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.13%

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

R = 36.7%
G = 54.13%
B = 9.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#507614 (or 0x507614) is known color: Green Leaf. HEX triplet: 50, 76 and 14. RGB value is (80,118,20). Sum of RGB (Red+Green+Blue) = 80+118+20=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #507614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507614 is #AF89EB. Grayscale: #5F5F5F. Windows color (decimal): -11504108 or 1341008. OLE color: 1341008.

HSL color Cylindrical-coordinate representation of color #507614: hue angle of 83.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #507614 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 20 -
CMYK 0.32 0 0.83 0.54
HSL 83.27º 0.71% 0.27% -
HSV(B) 83.27º 0.83% 0.46% -
XYZ 9.91 14.71 2.98 -
YUV 95.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 80 118 20 0.32 0 0.83 0.54 83.27 0.71 0.27
Hex 50 76 14 20 0 53 36 53 47 1B
Octal 120 166 24 40 0 123 66 123 107 33
Binary 1010000 1110110 10100 100000 0 1010011 110110 1010011 1000111 11011

Color Harmonies of #507614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507614

Black with #507614

Text Example


Text Example

White with #507614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507614; }

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

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

background-color css

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

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

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

border-color css

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

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

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