Html Css Color HEX #50702D Green Leaf

📋 copy color: '#50702D'

red 80 ◦ green 112 ◦ blue 45

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

Shades of Green Leaf #50702D

Tints of Green Leaf #50702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 33.76%
G = 47.26%
B = 18.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#50702D (or 0x50702D) is known color: Green Leaf. HEX triplet: 50, 70 and 2D. RGB value is (80,112,45). Sum of RGB (Red+Green+Blue) = 80+112+45=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #50702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50702D is #AF8FD2. Grayscale: #5F5F5F. Windows color (decimal): -11505619 or 2977872. OLE color: 2977872.

HSL color Cylindrical-coordinate representation of color #50702D: hue angle of 88.66º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50702D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 45 -
CMYK 0.29 0 0.60 0.56
HSL 88.66º 0.43% 0.31% -
HSV(B) 88.66º 0.6% 0.44% -
XYZ 9.58 13.48 4.58 -
YUV 94.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 80 112 45 0.29 0 0.60 0.56 88.66 0.43 0.31
Hex 50 70 2D 1D 0 3C 38 59 2B 1F
Octal 120 160 55 35 0 74 70 131 53 37
Binary 1010000 1110000 101101 11101 0 111100 111000 1011001 101011 11111

Color Harmonies of #50702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50702D

Black with #50702D

Text Example


Text Example

White with #50702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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