Html Css Color HEX #50721C Green Leaf

📋 copy color: '#50721C'

red 80 ◦ green 114 ◦ blue 28

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

Shades of Green Leaf #50721C

Tints of Green Leaf #50721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 36.04%
G = 51.35%
B = 12.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#50721C (or 0x50721C) is known color: Green Leaf. HEX triplet: 50, 72 and 1C. RGB value is (80,114,28). Sum of RGB (Red+Green+Blue) = 80+114+28=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #50721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721C is #AF8DE3. Grayscale: #5E5E5E. Windows color (decimal): -11505124 or 1864272. OLE color: 1864272.

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

Color convert

RGB 80 114 28 -
CMYK 0.30 0 0.75 0.55
HSL 83.72º 0.61% 0.28% -
HSV(B) 83.72º 0.75% 0.45% -
XYZ 9.54 13.82 3.26 -
YUV 94.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 80 114 28 0.30 0 0.75 0.55 83.72 0.61 0.28
Hex 50 72 1C 1E 0 4B 37 54 3D 1C
Octal 120 162 34 36 0 113 67 124 75 34
Binary 1010000 1110010 11100 11110 0 1001011 110111 1010100 111101 11100

Color Harmonies of #50721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50721C

Black with #50721C

Text Example


Text Example

White with #50721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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