Html Css Color HEX #50721A Green Leaf

📋 copy color: '#50721A'

red 80 ◦ green 114 ◦ blue 26

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

Shades of Green Leaf #50721A

Tints of Green Leaf #50721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 36.36%
G = 51.82%
B = 11.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#50721A (or 0x50721A) is known color: Green Leaf. HEX triplet: 50, 72 and 1A. RGB value is (80,114,26). Sum of RGB (Red+Green+Blue) = 80+114+26=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #50721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721A is #AF8DE5. Grayscale: #5E5E5E. Windows color (decimal): -11505126 or 1733200. OLE color: 1733200.

HSL color Cylindrical-coordinate representation of color #50721A: hue angle of 83.18º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50721A is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 26 -
CMYK 0.30 0 0.77 0.55
HSL 83.18º 0.63% 0.27% -
HSV(B) 83.18º 0.77% 0.45% -
XYZ 9.51 13.81 3.14 -
YUV 93.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 80 114 26 0.30 0 0.77 0.55 83.18 0.63 0.27
Hex 50 72 1A 1E 0 4D 37 53 3F 1B
Octal 120 162 32 36 0 115 67 123 77 33
Binary 1010000 1110010 11010 11110 0 1001101 110111 1010011 111111 11011

Color Harmonies of #50721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50721A

Black with #50721A

Text Example


Text Example

White with #50721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50721A; }

 p { color: rgb(80,114,26); }

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

background-color css

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

 a { background-color: rgb(80,114,26); }

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

border-color css

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

 span { border-color: rgb(80,114,26); }

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