Html Css Color HEX #50642F Green Leaf

📋 copy color: '#50642F'

red 80 ◦ green 100 ◦ blue 47

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

Shades of Green Leaf #50642F

Tints of Green Leaf #50642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 35.24%
G = 44.05%
B = 20.7%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#50642F (or 0x50642F) is known color: Green Leaf. HEX triplet: 50, 64 and 2F. RGB value is (80,100,47). Sum of RGB (Red+Green+Blue) = 80+100+47=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #50642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50642F is #AF9BD0. Grayscale: #585858. Windows color (decimal): -11508689 or 3105872. OLE color: 3105872.

HSL color Cylindrical-coordinate representation of color #50642F: hue angle of 82.64º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50642F is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 47 -
CMYK 0.2 0 0.53 0.61
HSL 82.64º 0.36% 0.29% -
HSV(B) 82.64º 0.53% 0.39% -
XYZ 8.38 11.03 4.38 -
YUV 87.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 80 100 47 0.2 0 0.53 0.61 82.64 0.36 0.29
Hex 50 64 2F 14 0 35 3D 53 24 1D
Octal 120 144 57 24 0 65 75 123 44 35
Binary 1010000 1100100 101111 10100 0 110101 111101 1010011 100100 11101

Color Harmonies of #50642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50642F

Black with #50642F

Text Example


Text Example

White with #50642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50642F; }

 p { color: rgb(80,100,47); }

 H1.HeaderClassName
 {
   color: #50642F;
 }
 .AnyTagClassName
 {
   color: #50642F;
 }
</style>

background-color css

<style>
 a { background-color: #50642F; }

 a { background-color: rgb(80,100,47); }

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

border-color css

<style>
 span { border-color: #50642F; }

 span { border-color: rgb(80,100,47); }

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