Html Css Color HEX #50642A Green Leaf

📋 copy color: '#50642A'

red 80 ◦ green 100 ◦ blue 42

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

Shades of Green Leaf #50642A

Tints of Green Leaf #50642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 36.04%
G = 45.05%
B = 18.92%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#50642A (or 0x50642A) is known color: Green Leaf. HEX triplet: 50, 64 and 2A. RGB value is (80,100,42). Sum of RGB (Red+Green+Blue) = 80+100+42=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #50642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50642A is #AF9BD5. Grayscale: #575757. Windows color (decimal): -11508694 or 2778192. OLE color: 2778192.

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

Color convert

RGB 80 100 42 -
CMYK 0.2 0 0.58 0.61
HSL 80.69º 0.41% 0.28% -
HSV(B) 80.69º 0.58% 0.39% -
XYZ 8.28 10.99 3.87 -
YUV 87.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 80 100 42 0.2 0 0.58 0.61 80.69 0.41 0.28
Hex 50 64 2A 14 0 3A 3D 51 29 1C
Octal 120 144 52 24 0 72 75 121 51 34
Binary 1010000 1100100 101010 10100 0 111010 111101 1010001 101001 11100

Color Harmonies of #50642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50642A

Black with #50642A

Text Example


Text Example

White with #50642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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