Html Css Color HEX #50672B Green Leaf

📋 copy color: '#50672B'

red 80 ◦ green 103 ◦ blue 43

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

Shades of Green Leaf #50672B

Tints of Green Leaf #50672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

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

R = 35.4%
G = 45.58%
B = 19.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#50672B (or 0x50672B) is known color: Green Leaf. HEX triplet: 50, 67 and 2B. RGB value is (80,103,43). Sum of RGB (Red+Green+Blue) = 80+103+43=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #50672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50672B is #AF98D4. Grayscale: #595959. Windows color (decimal): -11507925 or 2844496. OLE color: 2844496.

HSL color Cylindrical-coordinate representation of color #50672B: hue angle of 83º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50672B is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 43 -
CMYK 0.22 0 0.58 0.60
HSL 83º 0.41% 0.29% -
HSV(B) 83º 0.58% 0.4% -
XYZ 8.59 11.58 4.07 -
YUV 89.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 80 103 43 0.22 0 0.58 0.60 83 0.41 0.29
Hex 50 67 2B 16 0 3A 3C 53 29 1D
Octal 120 147 53 26 0 72 74 123 51 35
Binary 1010000 1100111 101011 10110 0 111010 111100 1010011 101001 11101

Color Harmonies of #50672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50672B

Black with #50672B

Text Example


Text Example

White with #50672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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