Html Css Color HEX #50701A Green Leaf

📋 copy color: '#50701A'

red 80 ◦ green 112 ◦ blue 26

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

Shades of Green Leaf #50701A

Tints of Green Leaf #50701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 36.7%
G = 51.38%
B = 11.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#50701A (or 0x50701A) is known color: Green Leaf. HEX triplet: 50, 70 and 1A. RGB value is (80,112,26). Sum of RGB (Red+Green+Blue) = 80+112+26=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #50701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50701A is #AF8FE5. Grayscale: #5C5C5C. Windows color (decimal): -11505638 or 1732688. OLE color: 1732688.

HSL color Cylindrical-coordinate representation of color #50701A: hue angle of 82.33º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50701A is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 26 -
CMYK 0.29 0 0.77 0.56
HSL 82.33º 0.62% 0.27% -
HSV(B) 82.33º 0.77% 0.44% -
XYZ 9.29 13.37 3.07 -
YUV 92.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 80 112 26 0.29 0 0.77 0.56 82.33 0.62 0.27
Hex 50 70 1A 1D 0 4D 38 52 3E 1B
Octal 120 160 32 35 0 115 70 122 76 33
Binary 1010000 1110000 11010 11101 0 1001101 111000 1010010 111110 11011

Color Harmonies of #50701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50701A

Black with #50701A

Text Example


Text Example

White with #50701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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