Html Css Color HEX #50701C Green Leaf

📋 copy color: '#50701C'

red 80 ◦ green 112 ◦ blue 28

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

Shades of Green Leaf #50701C

Tints of Green Leaf #50701C

RGB

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

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

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

R = 36.36%
G = 50.91%
B = 12.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#50701C (or 0x50701C) is known color: Green Leaf. HEX triplet: 50, 70 and 1C. RGB value is (80,112,28). Sum of RGB (Red+Green+Blue) = 80+112+28=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #50701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50701C is #AF8FE3. Grayscale: #5D5D5D. Windows color (decimal): -11505636 or 1863760. OLE color: 1863760.

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

Color convert

RGB 80 112 28 -
CMYK 0.29 0 0.75 0.56
HSL 82.86º 0.6% 0.27% -
HSV(B) 82.86º 0.75% 0.44% -
XYZ 9.31 13.38 3.19 -
YUV 92.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 80 112 28 0.29 0 0.75 0.56 82.86 0.6 0.27
Hex 50 70 1C 1D 0 4B 38 53 3C 1B
Octal 120 160 34 35 0 113 70 123 74 33
Binary 1010000 1110000 11100 11101 0 1001011 111000 1010011 111100 11011

Color Harmonies of #50701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50701C

Black with #50701C

Text Example


Text Example

White with #50701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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