Html Css Color HEX #50702B Green Leaf

📋 copy color: '#50702B'

red 80 ◦ green 112 ◦ blue 43

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

Shades of Green Leaf #50702B

Tints of Green Leaf #50702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 34.04%
G = 47.66%
B = 18.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#50702B (or 0x50702B) is known color: Green Leaf. HEX triplet: 50, 70 and 2B. RGB value is (80,112,43). Sum of RGB (Red+Green+Blue) = 80+112+43=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #50702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50702B is #AF8FD4. Grayscale: #5E5E5E. Windows color (decimal): -11505621 or 2846800. OLE color: 2846800.

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

Color convert

RGB 80 112 43 -
CMYK 0.29 0 0.62 0.56
HSL 87.83º 0.45% 0.3% -
HSV(B) 87.83º 0.62% 0.44% -
XYZ 9.54 13.47 4.38 -
YUV 94.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 80 112 43 0.29 0 0.62 0.56 87.83 0.45 0.3
Hex 50 70 2B 1D 0 3E 38 58 2D 1E
Octal 120 160 53 35 0 76 70 130 55 36
Binary 1010000 1110000 101011 11101 0 111110 111000 1011000 101101 11110

Color Harmonies of #50702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50702B

Black with #50702B

Text Example


Text Example

White with #50702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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