Html Css Color HEX #50632A Green Leaf

📋 copy color: '#50632A'

red 80 ◦ green 99 ◦ blue 42

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

Shades of Green Leaf #50632A

Tints of Green Leaf #50632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 36.2%
G = 44.8%
B = 19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#50632A (or 0x50632A) is known color: Green Leaf. HEX triplet: 50, 63 and 2A. RGB value is (80,99,42). Sum of RGB (Red+Green+Blue) = 80+99+42=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #50632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50632A is #AF9CD5. Grayscale: #575757. Windows color (decimal): -11508950 or 2777936. OLE color: 2777936.

HSL color Cylindrical-coordinate representation of color #50632A: hue angle of 80º degrees, saturation: 0.4, 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 #50632A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 42 -
CMYK 0.19 0 0.58 0.61
HSL 80º 0.4% 0.28% -
HSV(B) 80º 0.58% 0.39% -
XYZ 8.19 10.8 3.84 -
YUV 86.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 80 99 42 0.19 0 0.58 0.61 80 0.4 0.28
Hex 50 63 2A 13 0 3A 3D 50 28 1C
Octal 120 143 52 23 0 72 75 120 50 34
Binary 1010000 1100011 101010 10011 0 111010 111101 1010000 101000 11100

Color Harmonies of #50632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50632A

Black with #50632A

Text Example


Text Example

White with #50632A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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